EditorGroups
EditorGroups copied to clipboard
Suggestion: Remove Redundancy from Tab Titles
Regex queries that match files with the same basename (e.g. (.*)(ts|scss|html)) cause the tab titles to contain the same name, with only the extensions differing.
It would be handy to have an option to either
- remove every part of the title strings that is occurring in all other titles.
- remove the folder from the title string
- remove parts of the title string based on a regex (or even a search replace regex)