views:

229

answers:

1

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?

+1  A: 

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.

Yoni H
I have been through that bug report. Unfortunately, I couldn't make out which plugin is needed to fix the issue. Searching `todo` or `task` doesn't return results that are related to this. Do you happen to know what plugin is required?
Kit
I'm afraid not.
Yoni H