How to turn off "Note" colour (but not "TODO" colour)
In the colour settings for Resharper there is a single entry for "TODO" which also affects the colour of comment lines that start with the word "Note".
I do not wish comment lines that start with "Note" to be the same colour as "TODO" comments.
How do I stop this?
Please sign in to leave a comment.
Hello Matthew,
You can open ReSharper / Options / Tools / To-do Items and configure patterns
as you like. E.g. remove "Note" pattern.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
MW> In the colour settings for Resharper there is a single entry for
MW> "TODO" which also affects the colour of comment lines that start
MW> with the word "Note".
MW>
MW> I do not wish comment lines that start with "Note" to be the same
MW> colour as "TODO" comments.
MW>
MW> How do I stop this?
MW>
MW> ---
MW> Original message URL:
MW> http://devnet.jetbrains.net/message/5292313#5292313
Thanks, that works. :)