Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
John Stallo - The Visual Studio 2005 Class Designer (2 of 3)
Nov 07, 2005 at 10:59 PMNice presenation John!

but seriously i think the point about whether this would actually make you a better programmer is valid.
What isn't so valid a point is assuming that there is nothing to gain from the approach that is shown here.
Synchronising your code pages with a .CD file has many advantages, some of them subtle ones. "Refactoring" is cool when it helps to standardise and accelerate understanding of the grammar (rules) of a programming language, but sucks when bloated, inelegant coding leads to 10 X the spaghetti to sift through.
As other comments on this thread have pointed out giving coders the stubs of a subroutine/method does not a good member make.