开发者

Automatic documentation plugin for Aptana IDE [closed]

开发者 https://www.devze.com 2023-03-14 18:33 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not 开发者_运维技巧meet Stack Overflow guidelines guidelines. It is not currently accepting ans
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not 开发者_运维技巧meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

I was wondering if there was a documentation plugin for Aptana (the Eclipse plugin), that would automatically create the outline of documentation for methods, functions, properties and so forth. I've heard of ScriptDoc, but can't seem to figure out how it works.

I've previously worked in visual studio, where I found GhostDoc to be much of a timesaver, and I would really like to see something similar for Aptana when I'm writing PHP.

Thank you


I'm quite late to the party, but just in case someone else stumbles upon this question like I have.

If you're looking for an Eclipse based IDE automatically create your PHPDoc, look into Zend Studio. There is even a default keystroke for it, and if you're type-hinting it will actually fill in some of the gaps.

It's nothing like GhostDoc, which even does some of the "duh" descriptions for you and allows you to copy down base-class/interfaces to inherits... PHP documentation has a few standards right now, phpdoc.org being the spearhead; even with that it's still relatively uncommon to see PHPDoc used correctly if at all.


There is a standard PHP Documentor tool called phpdoc. Here is a link: http://www.phpdoc.org

Hope it helps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号