Missing TODO, NOTE highlighting in code
Since I installed R# 6.1 EAP there is no highlighting of // NOTE, // HACK and similar comment blocks. I checked the Fonts settings and there is no change of the color. Is it a known bug, and is there a way how to reenable highlighting of such comments?
Please sign in to leave a comment.
Hello Martin,
Please make sure that you have corresponding patterns defined under ReSharper
| Options | Tools | To-Do Items. In case some of these patterns are missing
you can create them by duplicating existing patterns and editing copies.
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I'm pretty sure I haven't changed anything, the highlighting just worked with R# 6 and it's gone when I installed R# 6.1 EAP
Attachment(s):
Capture3.PNG
Capture2.PNG
Capture1.PNG
The pattern for the TODO specifies a colon also. For example:
// TODO: Do this.
You could change the pattern to remove the colon and then it would match TODO's without a colon also.
Well, it works with semicolon after TODO ... but why have you changed the highlighting signature between R# 6 and 6.1?