What is the best way to display the Members in the current file in VS2008?
SCENARIO: You open a file with ctrl + d and then type “>of ” and SomeFilename, then press enter and you end up in the newly opened file. Now if you don’t remember a method’s name or a member’s name, you might try to incrementally search (ctrl+i) and/or various search options, but what I want to know is how can I see/open/scroll-through/etc the Member combo box (or similar alternative).
Any ideas?
EDIT: I know about the Navigation Bar (it is “on” by default for c#), and that’s exactly what I want to do, go there without using the mouse. There’s a keyboard shortcut: Window.MovetoNavigationBar which is so far the only option i’ve found. But you need to press “Tab” to move from types to Members.