Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I will usually have a number of instances of Visual studio 2005 open on the same machine loaded with different versions of the same solution.
I would like very much to be able to do is to identify which instance is which (prefferably from the taskbar or the title bar) without having to drill down to an individual file and right click view properties to see the path of the file. I do a workaround to change the background colour of the text editor of each instance but this only lasts as long as the instance is alive and its a pain.
The other issue is similar so when I open Studio I have n instances of a solution with the same name and no way at all to identify which one is which.

Any suggestions?

share|improve this question
Typo Should read : The other issue is similar so when I open Studio I have n instances of a solution in the Recent Projects list with the same name and no way at all to identify which one is which. – Strewelpeter Jul 15 '09 at 15:01

1 Answer

up vote 2 down vote accepted

Here is one way to do it: How To Show Full File Path (or Anything Else) in VS 2005 Title Bar:

I saw an interesting request on discussion forums today. A user wants to show the full path of currently edited file in the IDE main window caption. This used to be case in VS .NET 2003 but VS 2005 shows only solution name.

share|improve this answer
Thats fantastic, well done. And an excellent link too. Thanks – Strewelpeter Jul 15 '09 at 15:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.