mayerwin / vs-customize-window-title

Customize Visual Studio Window Title - Visual Studio Extension
https://marketplace.visualstudio.com/items?itemName=mayerwin.RenameVisualStudioWindowTitle
MIT License
108 stars 30 forks source link

Feature Request - Customize Tab Title #17

Closed saad749 closed 5 years ago

saad749 commented 7 years ago

Is it possible to have similar functionality, but for tab titles?

For, Example I am interested in a title like: [documentParentPath:1]\[documentParentPath:0]

It helps to have the window display this, but will be more productive to have it in the tabs.

Is it possible to include it in this extension, or it is something entirely different?

mayerwin commented 7 years ago

I don't know if it is possible to modify tab titles based on the APIs provided by the Visual Studio extensibility SDK. If you know of another extensions that allows it, do let me know. However you can already see the full path as a tooltip by just hovering your mouse over the tab name, which is generally good enough. It is quite rare to have multiple files within a solution sharing the same file name, so the use case would likely be limited.