Highlight members and properties in Visual Studio
How to highlight C# class members and properties in Visual Studio 2010 (declaratio开发者_运维技巧n and accessing) ?
Unfortunately VS can't highlight member variables by itself. There are several third party options, though. One of them (not for free but overall great) is Jetbrains Resharper. There are also free-to-use nightly builds which you can try out before purchasing.
Maybe you should have a look to this Visual Stiudio 2010 extension.
Here you'll find a general highlighting menu :
Tools > Options > Environment > Fonts and Colors
But I am not sure you can highlight class members and "regular" code, as highlighting is mainly for keywords.
If you REALLY Need this feature and have time to spend, try the Managed Extensibility Framework in VS2010 : MEF
精彩评论