php - Can Eclipse PDT automatically add PHPDoc Blocks to code where needed? -


I know that for Elepse a Java application is required for adding elements to the Javadoc blocks in a small Besides the script, I know that PDT will allow you to generate "Element Comment" for many things through the source menu.

Is there an Eclipse plug - out there (or maybe it is standard in PDT and I have missed it only) to add PHPDoc blocks for all / some supported elements in a given file will allow?

type your function, class or whatever, type / ** and press Enter Keep the text cursor and you'll start with the written PHPDoc. E.g.

  / ** * * Enter the details here ... * @ ultimate unknown_type $ book * ultimate unknown_type $ product * /  

you can Then type @ inside comments and use ctrl + space after the @ so that autocomplete Get the PHPDoc tag possible.


Comments