Show folder name prefix in tab if multiple files are having the same name #11606
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
workbench-tabs
VS Code editor tab issues
It's a common pattern in many projects to have an
index
file in each folder. When I open multiple index files I can't tell from tab header which index file is which.To fix this problem I'm proposing to have a smarter tab name that detects if multiple tabs are having exact same file name and prepends the folder those files are at in the tab header. It should do this when multiple editor instances of the same file are open.
The text was updated successfully, but these errors were encountered: