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?

0
4 comments
Avatar
Permanently deleted user

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!"

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?

---
Original message URL:
http://devnet.jetbrains.net/message/5385702#5385702



0
Avatar
Permanently deleted user

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
0

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.

0
Avatar
Permanently deleted user

Well, it works with semicolon after TODO ... but why have you changed the highlighting signature between R# 6 and 6.1?

0

Please sign in to leave a comment.