Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visually distinguishing Visual Studio 2010 windows

Imagine I have two branches (default and production) of the same solution "checked out" locally. Now, when I open these two in Visual Studio there's absolutely no way to distinguish them at a glance. Is there any way I can configure Visual Studio to somehow differentiate solutions opened from different paths? Think SQL Server Management Studio:

enter image description here

like image 394
Anton Gogolev Avatar asked Feb 14 '12 09:02

Anton Gogolev


People also ask

What is the special features of Visual Studio 2010?

New Features and Enhancements in VS2010enhanced support for multi-targeting. support for call hierarchy of methods. support for parallel programming and debugging. support for XSLT profiling and debugging.

What is the description of Visual Studio 2010 vs?

Visual Studio 2010 SP1 enables you to manage Microsoft SQL Server Compact 4.0 SDF files in Solution Explorer and in Server Explorer in the context of web projects. Additionally, Visual Studio 2010 SP1 enables you to use SQL Server Compact 4.0 together with the Microsoft ASP.NET Web Forms in a SQL data source control.

How do I change the appearance of Visual Studio?

On the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.

How can I tell if Visual Studio is installed on Windows?

Resolution. If you are running Windows 7, you can find the Visual Studio 2015 application at the top of the All Programs list grouped with other application icons. If you are running Windows 10, Windows 8.1, Windows 8 or Windows 11, you can find the icon listed under the V grouping.


1 Answers

Rename Visual Studio Window Title seems to do almost what I need. Changing settings to 1-2-2-False seem to produce decent results.

And here's more to that end.

like image 198
Anton Gogolev Avatar answered Nov 02 '22 01:11

Anton Gogolev