Highlight TODO / FIXME / etc comments
Hi,
I notice that pycharm highlights:
# TODO: something
comments automagically in bright blue which is very handy. Is this a config options somewhere? As I would like it also to be able to highlight # FIXME: # BUG: etc comments.
BTW, I love pycharm :-) its the first Python IDE I've stuck with for more than a few days - its snappy and the code completion works well.
Cheers,
Chris
Please sign in to leave a comment.
Hello Chris,
Sure. You can go to Settings | TODO and define additional patterns that will
get such highlighting.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks. Unfortunatly that dosen't seem to work, infact pycharm is not highlighting TODO comments anymore either, shall I file a bug report? I recently upgraded to 96.243.
Is there a setting to turn it on / off? I do have the highlight configured in blue in the Editor settings.
Cheers,
Chris
Hello Chris,
The latest build of PyCharm is 96.477. Could you please upgrade to that and
check if it fixes things for you?
If it doesn't: in which file types is the TODO highlighting broken (Python,
HTML, anything else)?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Oops, thought I was already running the latest version.
96.477 fixes the problem for me, thank you.
Is there a way to export (and later import) the setting file (and check it into my repo) so I can define these for all the folks on my team?