Search code examples
pythonnetbeanscommentstodo

TODO comments in NetBeans 6.9 Python


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?


Solution

  • this seems to be a known bug in netbeans. Some of the people commenting on the bug point to a Netbeans plugin to solve this.