I\'m just getting back to visual studio 2010
after using phpStorm
(jetBrain\'s product) and I\'m missing all the nice shortcut keys. I\'ve installed
By default, you can navigate back with Ctrl+- and navigate forward with Ctrl+Shift+-.
If you want to change these shortcuts, go to Tools->Options...->Environment->Keyboard, then search for the commands called View.NavigateBackward
and View.NavigateForward
, and assign them new keyboard shortcuts.
In Resharper 2020.02 it is Alt+left arrow to go back in 'time' and Alt+right arrow to go forward respectively.