简体   繁体   中英

Visual Studio Pro 2008: Equivalent of Eclipse's member list?

In Eclipse, when you are viewing a class (such as Java), there is a window available to list all the fields and functions of that class. Is there an equivalent for Visual Studio 2008 Pro, for C# (XNA)?

(I'm looking for an easy way to locate and jump between functions. Is there a better way to do this in VS?)

It's called the class browser in Visual Studio.

Go to View -> Class View

如果您有ReSharper,请尝试ReSharper-> Windows-> File Structure Window

Sounds like the Object Browser. Click View-Object Browser.

Yes: View + Object Browser. Click around a bit more to discover these kind of features by yourself, it's worth your time.

You're looking for the Source Code Outliner Power Toy .

源代码大纲工具Power Toy
(source: 280z28.org )

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