vscode-edits-history
vscode-edits-history copied to clipboard
[feature request] reset back to most recent last edit for the next editsHistory.moveCursorToPreviousEdit operation when caret changed
Similar function in other IDE such as Intellij IDEA, Eclipse (most recent update) and NetBeans support multi-step "Go to last edit location".
Assumes the editsHistory.moveCursorToPreviousEdit operation is bound to Ctrl+Q.
In this scenario: Ctrl + Q > go to most recent edit Ctrl + Q > go to second-most recent edit Click somewhere in the file to look around Ctrl + Q > should go to back to the first most recent edit instead of going to the third-most recent edit