问题描述
我正在使用eclipse 3.7.0在fedora和pydev 2.2.2我试图使用todo标签,但它不工作。
窗口上的todo标签>首选项看起来不错。
i可以使用左键单击旁边的一行。
请注意
#TODO的评论只会在以下情况下生成任务:
-
代码位于源文件夹:在PYTHONPATH中)
-
您已经开启了构建器(或不时手动运行构建器)。
参考:
入门指南()有关如何正确配置PyDev的说明,以便像todo任务这样的工作正常工作
I'm using eclipse 3.7.0 on fedora and pydev 2.2.2
I tried to use the todo tags but it doesnt work.the todo tags on window > preferences looks fine.i can add a using left click beside the line.
please advice
Comments with #TODO will only generate tasks if:
The code is in a source folder (i.e.: in the PYTHONPATH)
You have the builders turned on (or run the build manually from time to time).
Reference: http://pydev.org/manual_adv_tasks.html
The getting started guide ( http://pydev.org/manual_101_root.html ) has instructions on how to config PyDev properly so that things like todo tasks work properly
这篇关于todo标签不适用于eclipse和pydev的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!