classview

Auto-sync Visual Studio's Class View

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. ...

How can I stop the class view add member function wizard from adding (void) to argumentless functions?

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? ...

How Can I export the list of classes from a Visual studio 2008 solution.

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, ...