Using the Navigation Bar
Keyboard: CTRL + F2 [move to navigation bar]; TAB [move between Objects and Members drop down lists]
Command: Window.MovetoNavigationBar
Versions: 2008,2010
Published: 6/3/2010
Code: vstipTool0026
Ever notice those two drop down lists just below the File Tab Channel? The one on the left is the Objects list (classes and objects) and the one on the right is the Members list:
You probably won't find a lot of use for the Objects list unless you have a lot of classes in one file. The Members list is extremely useful when you want to jump around your code. If you have a class with a lot of functions you can click on the Members list to see them:
Now you can just click on a member to to instantly go to that place in your code.
Comments
Anonymous
June 02, 2010
i would really like to see the members list function like this extension: karlshifflett.wordpress.com/.../visual-studio-2010-xaml-editor-intellisense-presenter-extension plus i want to see a documentation if a member have one.Anonymous
June 03, 2010
I like it! That's a cool extension! :)Anonymous
June 03, 2010
DPack has a much more powerful members list with incremental search, filtering by access level and XML documentation display. The VS navigation bar is way to basic - you can't type anything beyond the first character of the class or member name. The only purpose it serves well is indicating which class/member the caret is in.Anonymous
October 18, 2012
Im not able see the navigation bar .what should i do now?Anonymous
October 18, 2012
Anbu :) Go to Tools | Options | Text Editor | All Languages | General and verify that the Navigation Bar option is checked. ZAnonymous
June 09, 2015
I do not want it. How to Hide it ? It is eating up the space in my screen. Completely frustrated by searching internet how to remove this drop down controls.