Is it possible to color instance (and static) variables in C# code in Visual Studio 2010, perhaps using a lightweight extension?
In following example name
name
This is not possible directly with Visual Studio. However, if you install Resharper, you will get this option (as well as many other coloration options).