-
Notifications
You must be signed in to change notification settings - Fork 750
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Check for existing issues
- Completed
Describe the feature
There are commands for "Open previous file tab" and "Open next file tab" which go back and forward in the list of tabs in the fixed order in which they're displayed. It would be useful to have a command that goes back to the tab opened before the current one. This is called "View: Open Previous Editor" in VS Code (workbench.action.openPreviousEditorFromHistory"). This way there would be an easy way to "jump back" after jumping to a different file (via "Go to definition" for example).
Running the command twice would go back two steps in history, etc. I guess there should be a command to go forward in history too. More details: https://www.geeksforgeeks.org/system-design/design-custom-browser-history-based-on-given-operations/
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request