Quick tips for navigating around code in Visual Studio 2005.
When you select "Goto Definition" you can navigate back to the line in the calling function using one of the following…
1. CTRL- … move to my last position
2. CTRL * … move to the last calling function
The difference between the two is that (1) will move back through every step, so if you page down twice it will page up twice for you. Whereas (2) will simply take you straight back to the previous function.