Xonatron
Xonatron

Reputation: 16052

Back and forth navigation, similar to browsers, in Visual Studio?

In Visual Studio, Ctrl+Tab and Ctrl+Shift+Tab can navigate between documents, but what about a back button similar to a browser?

Example: If I press F12 to navigate to a method's declaration, Ctrl+Tab and Ctrl+Shift+Tab both will not bring me back to the method's reference I had highlighted beforehand.

What short cut provides this back and forth functionality?

Upvotes: 2

Views: 452

Answers (2)

Xonatron
Xonatron

Reputation: 16052

I just found from the comments on Shortcut to Navigate back in visual studio 2010 and resharper that the answer is Ctrl+- (back) and Ctrl+Shift+- (forward).

Upvotes: 0

Lynn Crumbling
Lynn Crumbling

Reputation: 13357

Ctrl+Shift+- and Ctrl+- will navigate forward and backwards.

Upvotes: 4

Related Questions