Questions tagged [vs-classview]

6 questions
17
votes
2 answers

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.
Justin R.
  • 23,435
  • 23
  • 108
  • 157
5
votes
2 answers

Visual Studio 2008 class view missing classes

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 those classes are present, so I'd expect to see…
SmacL
  • 22,555
  • 12
  • 95
  • 149
4
votes
2 answers

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.
Vimal Raj
  • 1,028
  • 13
  • 23
2
votes
1 answer

How to *un*-alphabetize the Methods & Fields in Visual Studio (2010)

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. However, Visual Studio 2010 doesn't allow unsorted view intutively in its Class View…
nvsvictor
  • 31
  • 6
1
vote
1 answer

Why do my enum definitions have different icons in Class View?

Sample enum: enum class EnumCountType { Chairman, AuxiliaryCounsellor, Treasures, Presentations, Living, Conductor, Reader }; Class View: All of these enums are created in the same way (at the top of the respective headers). Yet, I see several…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
1
vote
0 answers

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

The post 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…
Peter Nimmo
  • 1,045
  • 2
  • 12
  • 25