NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Generate certain phpDocumentor tags automatically


Joined: 01 Mar 2004
Posts: 5
Reply with quote
This is a feature in the IntelliJ IDEA Java IDE, and I thought it would do well in PhpED, since it now supports phpDocumentor (thanks for that, by the way).

For example, if I have this function in my code

Code:
function foo($bar, $exit = true)
{
}


And above the declaration, I type

Code:
/**<carriage-return>


It would be great if the IDE automatically generated the following lines:

Code:
 *
 * @param
 * @param
 */


If it could also look for a return statement before the closing brace and add the @return tag, that'd be an added bonus.
View user's profileFind all posts by tsigoSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
good.
thanks.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Generate certain phpDocumentor tags automatically
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic