Looking for a shortcut Key...
Hi folks,
I use Ctrl B a lot to jump to where a method is implemented. Is there a short cut key that would take me back from that method to where it's being called from? I know that it could be called many places but I was wondering if resharper supported the following workflow:
1. User hits Ctrl B to go to a method.
2. Resharper remembers where that user was before.
3. User hits some key combination and Resharper takes the user back to where they were?
In a way, it's almost like an undo only in that you aren't undoing anything, you just want to go back to where you were? Thanks,
Thomas
Please sign in to leave a comment.
Hello Thomas,
what you're looking for is a VS command View.NavigateBackward normally mapped
to the shortcut "Ctrl -". This is a VS's
built-in feature. It won't work, however, if Ctrl-B has taken you to the
Object Browser.
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"