How to change the title bar text of Visual Studio
Posted
by ProfK
on Stack Overflow
See other posts from Stack Overflow
or by ProfK
Published on 2009-02-23T10:42:53Z
Indexed on
2010/05/26
9:01 UTC
Read the original article
Hit count: 467
visual-studio
|visual-studio-2008
We work on several different branches of the same code, and when working on two branches at once, it can become confusing and time wasting.
Presently, the VS title bar has the text <solution-name> - Visual Studio
.
Is it possible for me to write an extension that will make that text <solution-name>: <branch-name> - <Visual Studio>
?
© Stack Overflow or respective owner