In Visual Studio, is there a keyboard shortcut to navigate (move cursor) to the last edited position (like PyCharm\'s Ctrl+Shift+Backspace
There is a free extension for Visual Studio 2015, 2017, 2019 that includes it : Hot Commands
Edit.GoToLastEditLocation
Takes the caret back to the last place an edit occurred during that session.
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