When I start a new comment with / ** and get into it, it expands to something like (depending on what I'm documenting, of course)
/**
*
* @param <type> $param
* @return <type>
*/
How can I edit this template? I want to add there, for example, @author tag
source
share