Netbeans 式回顾性自动注释/phpDocumentor 工具(适用于 Eclipse 或独立版)
有没有类似于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:
(source: vsj.co.uk)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不确定 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.
不是很自动,但很接近。 这里是如何从 PHP 代码生成 phpDocs
Not quite automatic, but close. Here is how to generate phpDocs from your PHP code
另外,如果你使用 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).