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.
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
Post a Comment