highlight FIXME etc in editor?

Any chance that the editor could highlight (including in comments!):

FIXME
CHECKME
XXX

Any really vivid colour would do ;-)

Thanks,
Neale.

and TODO…

if you mean it to highlight automatically then here is one consideration…
How many languages do you want it to support ?

Maybe just an option to be able to paint comments to any color you want ?

Just thinking out loud here..

Dark RED is fine i think?

Does this mean that commented code won’t be syntax-colored anymore?
That is one thing I really dislike about the editor that it still syntax-colors my commented code or even text with words that match objects/classes/properties.

comments are highlighted now in a different/own color
And TODO/FIXME/CHECKME are special cases that are colored differently.

This is great guys… Thanks!

jcompagner:
comments are highlighted now in a different/own color
And TODO/FIXME/CHECKME are special cases that are colored differently.

Very useful stuff: thanks :slight_smile: