Is it possible that different members in a class document have different colors?

I am using visual studio 2008 professional and was wondering how can I have different colors for method calls in class methods as well as properties / fields? This would be nice, as it would give me a quick visual overview that my class has too many (e.g. 20 fields and 2 methods - which will give me some interesting information about my design - not that I will).

Ideally, I would like these members to be highlighted as in a walkthrough.

thank

+1


source to share


1 answer


Out of the box, I don't think this is possible in Visual Studio 2008. This particular feature might require an additional server. You can always look into Visual Assist X , although it is a commercial product.



+2


source







All Articles