开发者

Highlight members and properties in Visual Studio

开发者 https://www.devze.com 2023-02-07 07:52 出处:网络
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 thi

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

0

精彩评论

暂无评论...
验证码 换一张
取 消