Netbeans 式回顾性自动注释/phpDocumentor 工具(适用于 Eclipse 或独立版)

发布于 2024-07-30 08:53:23 字数 854 浏览 4 评论 0原文

有没有类似于netbean的PHP/phpDocumentor/Eclipse的Javadoc自动注释工具? 在 netbeans 实现中:

弹出一个对话框并允许您运行 通过你班上的所有成员 并输入评论,这些评论将被添加到 源文件。 它甚至验证了 没有您没有的参数 占,所以你可以确定 您的评论已完成。

理想情况下,这将是独立软件,但插件也可以:)

ps netbeans 6+ 自动评论已移动/重命名。 现在,在“工具 -> 选项”中,选项卡:“Java 代码”,Javadoc:“提示”

编辑:原始 Netbeans 工具的屏幕截图: 替代文本
(来源:vsj.co.uk

Is there anything similar to netbean's Javadoc auto comment tool for PHP/phpDocumentor/Eclipse? In the netbeans implementation:

A dialog pops up and allows you to run
through all the members of your class
and enter comments, which are added to
the source file. It even verifies that
there are no parameters you have not
accounted for, so you can be sure that
your comments are complete.

Ideally this would be standalone software, but plugins are OK too :)

p.s. netbeans 6+ auto comment was moved/renamed. Now in "Tool->Options", Tab: "Java Code", Javadoc: "Hints"

edit: screengrab of the original Netbeans tool:
alt text
(source: vsj.co.uk)

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

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

发布评论

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

评论(3

写下不归期 2024-08-06 08:53:24

我不确定 Eclipse 是否具有自动记录功能,但您可以查看 http:// www.zend.com/community/pdt。 Eclipse 基本上类似于 netbeans,但很容易获得多种其他语言的插件。 我给出的链接应该为您提供包含 php 部分的 eclipse。

I'm not sure if eclipse has an auto documenting feature or not, but you might check out http://www.zend.com/community/pdt. Eclipse is basically like netbeans, but it is very easy to obtain plugins for a multitude of other languages. The link I gave should give you eclipse with the php part included.

旧瑾黎汐 2024-08-06 08:53:24

不是很自动,但很接近。 这里是如何从 PHP 代码生成 phpDocs

Not quite automatic, but close. Here is how to generate phpDocs from your PHP code

花开柳相依 2024-08-06 08:53:23

另外,如果你使用 vim,那么如果你不看看 Tobias Schlitt 的 VIP,那就对自己造成了极大的伤害。工具集(VIP = PHP 的 VIM 集成)。

Also if you use vim, you'd be doing yourself a great disservice to not look at Tobias Schlitt's VIP toolset (VIP = VIM integration for PHP).

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