Visual Studio window which shows list of methods

Jack Kada picture Jack Kada · May 12, 2010 · Viewed 125.4k times · Source

In Visual Studio, is there a window which shows list of methods in the active class? A small window like the Solution Explorer would be great. In Eclipse, there is one.

Answer

ChrisF picture ChrisF · May 12, 2010

There's a drop down just above the code window:

alt text

It's called Navigation bar and contains three drop downs: first drop down contains project, second type and third members (methods).

You can use the shortcut Ctrl + F2 (move focus to the project drop down) and press Tab twice (move focus to the third drop down) to focus it, down arrow will expand the list.

Full size image