EditorGroups icon indicating copy to clipboard operation
EditorGroups copied to clipboard

Suggestion: Remove Redundancy from Tab Titles

Open AlexanderMelde opened this issue 2 years ago • 0 comments

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.

Screenshot 2023-09-14 at 14 33 13

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)

AlexanderMelde avatar Sep 14 '23 12:09 AlexanderMelde