Showing solution path in VS2008 window name
        Posted  
        
            by Garry Shutler
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Garry Shutler
        
        
        
        Published on 2009-09-28T08:58:02Z
        Indexed on 
            2010/05/11
            23:04 UTC
        
        
        Read the original article
        Hit count: 251
        
visual-studio-2008
Is there a way to display the path of the solution in the Visual Studio window's name?
By default it displays (SolutionName) - Microsoft Visual Studio, I would like it to instead show something like (SolutionName) - (PathToSolution) - Microsoft Visual Studio.
The reason behind this is I can have multiple versions of a project checked out at a time (staging and trunk for example) and I'd like a quick way of checking without going through prompts etc.
© Stack Overflow or respective owner