In Visual Studio, is there a keyboard shortcut to navigate (move cursor) to the last edited position (like PyCharm's Ctrl+Shift+Backspace)?
The CTRL + - shourtcut moves to the last position (not the last edited position), which is less useful for me.
In my VS I can use CTRL + -. I am not sure if this Works in all Versions and With different keyboard layout.
I always use Ctrl+Shift+Backspace.
Many of the answers mention VisualStudio 2017 or a plugin to VisualStudio 2015.
I found the following shortcuts in VisualStudio 2015.
Map nicely to pycharm's
Found a pending feature request here:
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/4987860-feature-request-for-jumping-back-to-the-last-chang
Additionally you can use Ctrl + Shift + - (View.NavigateForward) shortcut.
There is a free extension for Visual Studio 2015, 2017, 2019 that includes it : Hot Commands
The default Keyboard shortcut is : Ctrl + Shift + Backspace
This can be changed any time under Tools - Options - Environment - Keyboard - Edit.GoToLastEditLocation
Edit: Extension now also support VS2019