todo 标签不适用于 eclipse 和 pydev

发布于 2024-12-06 01:57:14 字数 132 浏览 3 评论 0原文

我在 fedora 和 pydev 2.2.2 上使用 eclipse 3.7.0

我尝试使用 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

数理化全能战士 2024-12-13 01:57:14

带有 #TODO 的注释仅在以下情况下生成任务:

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

  2. 您有构建器已打开(或不时手动运行构建)。

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

入门指南 ( http://pydev.org/manual_101_root.html )有关于如何配置的说明PyDev 正确,以便诸如待办任务之类的事情正常工作

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

め可乐爱微笑 2024-12-13 01:57:14

确保你写的是:

#TODO: This is my todo.

否则,它不会起作用。请注意“O”后面的冒号。

Make sure you are writing:

#TODO: This is my todo.

Otherwise, it won't work. Note the colon after the 'O'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文