How do I add a TODO comment in NetBeans 6.9 Python?
I have taken a look under Tools
> Options
> Miscellaneous
> Tasks
However, when I add a comment to my source code:
# TODO This won't appear in the Tasks panel
TODO
actually turns a different color, but the comment doesn't show up in my Tasks panel. Is there a way to fix this?