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


i wondering if possible set custom color attributes inside of visual studio, natively or using resharper.

ideally, love able highlight specific attributes specific colors have been unable find solution this.

perfect situation

using resharper, can change colors using resharper class identifier changes colors class references. i've tried using user keywords in usertype.dat file. i've tried using custom task list tokens weren't helping either.

attribute word little confusing. although generic term attribute, more or less user defined classes.

try this:
tools => options => environment => fonts , colors => text editor => user types - classes.
change foreground color.


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -