views:

54

answers:

5

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?)

A: 

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

Dave Swersky
A: 

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

Hans Passant
+1  A: 

It's called the class browser in Visual Studio.

Go to View -> Class View

Nick Craver
A: 

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

Source Code Outliner Power Toy

280Z28
A: 

If you have ReSharper try ReSharper->Windows->File Structure Window

alimbada