Skip to content

Instantly share code, notes, and snippets.

@AJLoveChina
Last active November 18, 2015 08:20
Show Gist options
  • Save AJLoveChina/c4f87781cf53e65fe962 to your computer and use it in GitHub Desktop.
Save AJLoveChina/c4f87781cf53e65fe962 to your computer and use it in GitHub Desktop.
.Net F12 go back
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