Edit Comment Template in Netbeans PHP 6.8

I would like to ask if there is a way to change the comment code template in Netbeans PHP 6.8

In eclipse, when I type / ** ENTER, it gives out the comment template that I set in the setting, for example:

/**
* Apr 19, 2010 - Shiro
* Description
*
* @return unknown_type
*/
function test()
{

}

By default, Netbeans will only show the parameter in the function.

/**
  *
  * @param <type> $order_No
  * @param <type> $array 
  */

are there any possibilities in Netbeans, I could find any setting about this, does anyone know where the setting is for this?

+5
source share
2 answers

In some ways, I feel that NetBeans just does it right - Eclipse seems to emulate the “bad man version control.” But there are tons of free VCS, so why bother?

0

:

→ → →

: PHP

, .

+3

All Articles