-1
Automatic docbloc comments
Automatic docbloc comments
/**
adding the above and pressing enter should generate the docblox comments.
Eg :
/**
* @param type $hello
* @param type $world
* @return type
*/
public function helloWorld( $hello , $world)
{
}
Netbeans has the functionality, not sure whether I am missing something in Sublime
/**
adding the above and pressing enter should generate the docblox comments.
Eg :
/**
* @param type $hello
* @param type $world
* @return type
*/
public function helloWorld( $hello , $world)
{
}
Netbeans has the functionality, not sure whether I am missing something in Sublime
0
Sven Axelsson 13 years ago
Install the DocBlockr plugin. It gives you exactly that functionality and more.
Customer support service by UserEcho