todo标签不适用于eclipse和pydev [英] todo tags not working on eclipse and pydev

查看:139
本文介绍了todo标签不适用于eclipse和pydev的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用eclipse 3.7.0在fedora和pydev 2.2.2



我试图使用todo标签,但它不工作。
窗口上的todo标签>首选项看起来不错。
i可以使用左键单击旁边的一行。



请注意

解决方案

#TODO的评论只会在以下情况下生成任务:


  1. 代码位于源文件夹:在PYTHONPATH中)


  2. 您已经开启了构建器(或不时手动运行构建器)。


参考: http:// pydev。 org / manual_adv_tasks.html



入门指南( http://pydev.org/manual_101_root.html )有关如何正确配置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:

  1. The code is in a source folder (i.e.: in the PYTHONPATH)

  2. 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆