How to set custom editor color for attribute in Visual Studio?

I was wondering if it is possible to customize a custom color for attributes inside Visual Studio, initially or using ReSharper.

Ideally, I would like to highlight specific attributes with specific colors, but I could not find a solution for this.

Perfect situation

Using ReSharper, I can change their colors with ReSharper Class Identifier, but this will change the colors for all class references. I tried using user keywordsin a file usertype.dat. I tried using task list tokens, but they also did not help.

+4
source share
1 answer
Word

. , .

:
Tools = > Options = > Environment = > = > = > - .
.

+2

Source: https://habr.com/ru/post/1626235/


All Articles