- Instant help with your Developer coding problems

Navigate back to last cursor position in VS Code

Question:
How to navigate back to last cursor position in VS Code?
Answer:
ALT + ←
Description:

In Visual Studio Code you can easily navigate back to the last cursor position with a simple shortcut ALT + ← . You can also use the mouse and click on Go -> Back from the main menu.

Note that this solution does not check whether a modification has been made at that location. It jumps back to the last cursor position and not to the last edit position. 

Share "How to navigate back to last cursor position in VS Code?"
Tags:
navigate, jump, back, last, previous, cursor, position, vs code, visual studio code
Technical term:
Navigate back to last cursor position in VS Code