views:

170

answers:

3

Does anyone know where I can open the "Class Explorer" in Visual Studio 2010. I have been looking around for 1 hour :-(

+1  A: 

Class View or Class Explorer?

View -> Class View Ctrl+Shift+C ;)

Sadegh
Thank you! I was indeed looking for "Class View". The shorcut helped me to open it, because the Class View item does not appear neither in the View menu nor in "other windows" in the View menu.Thanks again !
Mihe
+1  A: 
  • Class View: CTRL+W+C

  • Object Browser: CTRL+W+J

Look in the View menu.

Darin Dimitrov
A: 

in first run of vs you may selected a setting profile that optimized for some thing which that doesn't need to have this option. you can reset setting profile to general from:

Tools -> Import And Export Settings... ;)

Sadegh