Defining colors for underlined elements by resharper
Hello,
is there any possibility to configure underline color style in resharper for any specific types of infos like error, warning, info, etc.?
Example:
private int number ----> number is underlined with color blue
Here´s what I want:
private int number ---> number is underlined with color yellow
Regards
Please sign in to leave a comment.
Hello,
You can change the color of ALL the errors (ALL the warnings etc), but not
for individual errors. In VS2008, this was not quite possible to implement.
In VS2010, I think it's doable, but requires some effort. Is this what you
actually need?
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Hi,
i want to change the color of zigzag lines under elements, which are shown by resharper, not by Visual Studio itself. Can i change them?
Hello,
Yes. They're also configurable through Fonts and Colors.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Thank you!