简体   繁体   中英

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?

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.

go back into tools->options->miscellaneous->tasks and uncheck "show todos from comments only". this seems to fix the issue for php on Netbeans 7.0.1. It may also work on 6.9 for python if the option exists in that version. Hope that is helpful.

For Java project the task window works correctly. But for C++ (in my case) it doesn't work. (NetBeans 7.0.1). I think that feature is only for Java.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM