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:

image

 

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:

image

 

Now you can just click on a member to to instantly go to that place in your code.