-1

Automatic docbloc comments

Hari K T 12 years ago updated by Sven Axelsson 12 years ago 1
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
Install the DocBlockr plugin. It gives you exactly that functionality and more.