Do you happen to know how to go back ( and further back ) to the previous cursor locations in Visual Code Editor?
So far, what I do is a quick "undo" and "redo" just to see where I was but this is not only stupid but also extremely limited as it can go back to only to the last cursor position and not unable to go further back.
Use Case Scenario:
- 1) you are on line 1, did something there.
- 2) you then goto line 100 and did something else there too.
- 3) you goto line 200 and you just made a change or you just happened to place the cursor there
- 4) then you happened to visit 300.
Let's keep it there, for now.
Here is the deal:
How do you go back to where you were a few steps back so that the following is possible;
You do your keyboard-combo and you are first taken back to line 200 and then you do the combo again, you are now at 100 and finally you made your way back to #1.