Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help with NetBeans

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #145358
    Blackhawkso
    Participant

    Hey everyone,

    Does anyone know if and how you can setup netbeans auto docblock system so it will auto add the functions name to the docblock e.g.

    /**
     * foo
     *
     * @param type $bar
     */
    public function foo($bar)
    {
        ......
    }
    

    I just feel that if this is possible it would speed up writing code and also should make the docblock’s more accurate.

    Cheers everyone.
    Phil

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.