I use Java Eclipse and I like how I can toggle between Sorted/Unsorted view of the methods and fields. Unsorted makes it easier to navigate the Source code as-is.
I\'ve just ported a large project from an older version of Visual C++ to VS2008 and notice that the class view is mising a bunch of my classes.Looking at the solution view, the header files declaring
Is there any easy way to get the list of classes fr开发者_C百科om VS.Net 2008 to atext file or an excel sheet.
The post VS2008 win32 project defaults - remove default precompiled headers outlines how you can edit the wizards to remove the use of precompiled headers.