pasztorpisti / vs-window-title-changer

Extension to set the title of the Visual Studio IDE using an expression.
https://visualstudiogallery.msdn.microsoft.com/2e8ebfe4-023f-4c4d-9b7a-d05bbc5cb239
MIT License
16 stars 12 forks source link

vs-window-title-changer

This is a Visual Studio extension that allows you to set the VS titlebar using an expression. The expression can use some of the internal state variables of Visual Studio (e.g.: path of currently open solution file) to compose the title string.

Installation

You have several options to install this extension:

Usage and help

After installing the plugin go to the Tools | Options... | VS Window Title Changer options. Select the Window Title Setup row and click the ... button when it appears. This should pop up the title setup window where you can enter your window title expression.

Title Setup Window

While the title expression setup window is open you can press F1 to read the help. Alternatively you can read the same help here.

Development

The code and solution files for VS2005, VS2008 and VS2010 can be found in the pre-vs2017 branch.