Last active
November 18, 2015 08:20
-
-
Save AJLoveChina/c4f87781cf53e65fe962 to your computer and use it in GitHub Desktop.
.Net F12 go back
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Q : I can jump to code if I click in a method name and hit F12. But, | |
is there a keyboard short cut to jump back to the previous code editor location? | |
A : Ctrl + - : (that's Ctrl and Minus) will navigate back (maps to View.NavigateBackward). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment