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.
The correct answer is ALT & ← to go backwards and ALT & →. Tested on version 1.8.1
You can use Ctrl + - (View.NavigateBackward) shortcut.
You can do Ctrl + z, Ctrl + y.
This does an undo/redo, so your code will not be affected, but your code window will be moved to the last edit location.
I have Visual Studio 2010, and this does the trick for me.
This shortcut was added in VS2017 version 15.8:
Ctrl + Shift + Backspace
It's near impossible to find via google, I just stumbled across it when reading the VS news and release notes.
https://blogs.msdn.microsoft.com/visualstudio/2018/08/30/improving-your-productivity-in-the-visual-studio-editor/