How can I change the javadoc class comment template in IntelliJ? -


when create new class following javadoc comment added

/**  * created dieter on 31.05.2015.  */ public class calculator {      }  } 

the problem here name not dieter :d (yes, (first)name of os-user).

i looking template can find online not seem work on current version anymore.

go preferences -> editor -> file , code templates , here can edit templates new files.

you can read more here.

in intellij idea 14.1.2 works me.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -