3

When i begin new comment with /** and hit enter it expands to something like(depending on the thing im documenting of course)

/**
 *
 * @param <type> $param
 * @return <type> 
 */

How can i edit this template? I want to add there, for example, @author tag

psztucz
  • 29
  • 1
  • 2

2 Answers2

0

http://platform.netbeans.org/tutorials/nbm-filetemplates.html This might solve your issue

Harish
  • 228
  • 1
  • 7
0

well in case you don't want to make a whole plugin for netbeans like the comment above suggest there is not simple way. But you can make your own code template like this guy suggest http://forums.netbeans.org/post-60995.html&highlight=

Daniel Kec
  • 529
  • 2
  • 8