Navigation shortcuts

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.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s