R# 4.0 Colors Warnings and Errors In The Same Color
Previously, warnings would show as gray, and errors would show red.
After installing 4.0, I seem to have only one color setting for both of them.
Am I missing something?
Attachment(s):
ResharperColoring.JPG
Please sign in to leave a comment.
Also, why can't I change the coloring for method params?
"resharper parameter identifier" doesn't seem to change anything.
Hello,
Warnings are usually blue squiggles and errors are red squiggles. Gray squiggle
is "dead code" - redundand qualifiers, unreachable code, unused private members.
Could you verify color settings for that ReSharper highlights in the Tools
| Options | Font and Colors?
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
IR> Previously, warnings would show as gray, and errors would show red.
IR>
IR> After installing 4.0, I seem to have only one color setting for both
IR> of them.
IR>
IR> Am I missing something?
IR>
Hello,
This only works for parameters that are not modified in the method body,
could that be the case?
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”