Is it possible to have Visual Studio's Class View pane (available under View > Class View) automatically synchronize to current symbol? Basically execute View.SynchronizeClassView whenever the current symbol changes.
...
The post http://stackoverflow.com/questions/1593349/vs2008-win32-project-defaults-remove-default-precompiled-headers outlines how you can edit the wizards to remove the use of precompiled headers.
Can I do something similar to stop the add member classview wizard from adding (void) to argumentless functions?
...
Is there any easy way to get the list of classes from VS.Net 2008 to a text file or an excel sheet.
I just want to make a list of classes that I have in a solution.
Thanks in Advance,
...