简体   繁体   中英

C# Visual Studio 2012, how to show class members and methods?

Im searching for a window where I can browse through my C#-Classes. In Java and Netbeans I always had a nice window, with which I could navigate through all the methods.

I think I had it opened once, but cant find it anymore. Already tried all Windows in Tab "View".

Thx!

You couldn't of tried them all...

I think the one you want is: "View" > "Class View" ( Ctrl+W , C )

There is also "Solution Explorer", which is what I prefer to use for navigation ( Ctrl+W , S )

视图->类视图(Ctrl + W,C)

You are looking for Class view (Ctrl+W,C)

or for complete solution solution explorer(Ctrl+W,S) or

Both of them are available under view--> Solution Explorer and view-->Class View

You can use Ctrl + , to browse and navigate to all classes , methods and properties fast . add .cs after the name to search only for classes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM