Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In Visual Studio (we are using 2013 Professional with Update 5), type names of parameters and variables are shown in different colors depending on their type, e.g.
C#
string aString;
String anotherString;

Is it possible to change the color of "string" to the color of "String"?
If it's not possible with VS itself, how can that be done with ReSharper?
(Making your colleagues happy can be a demanding job...)

What I have tried:

In Visual Studio, go to Tools - Options - Environment - Fonts and Colors. An enormous number is available, but which pair do I have to pick?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900