Reputation: 16052
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
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
Reputation: 13357
Ctrl+Shift+- and Ctrl+- will navigate forward and backwards.
Upvotes: 4