sort-editors-vscode
sort-editors-vscode copied to clipboard
Automatically sorts the VSCode editors when they are opened
trafficstars
Sort Editors for Visual Studio Code
This extension will automatically sort the editors/tabs when they are opened.
Features
- Sorts automatically when the new editor is opened.
- Supports
alphabeticalandfullpathmodes of sorting. - Supports reordering of existing editors.
- Supports sorting in multiple tab groups.
- Safely ignores pinned editors.
How it looks like

Extension Settings

sortEditors.sortEditorsAutomatically: Enable to automatically sort the editors when they are opened.sortEditors.sortEditorsOrder: Controls the sorting order of opened editors.
For example:
"sortEditors.sortEditorsAutomatically": true,
"sortEditors.sortEditorsOrder": "fullpath"
Limitations
Due to limitations in the VScode Extensions API, reordering tabs/editors takes place one by one. That might feels a bit slow.
Issues
Submit the issues if you find any bug or have any suggestion.
Release Notes
Detailed release notes are available here.