在创建java类后,自动生成定制的注释:
设置过程
点击File->Settings->Editor->File and Code Templates
在File Header中输入想要设置的信息
如:
/*
*文件名: ${NAME}
*创建者: your name
*创建时间:${DATE} ${TIME}
*描述: 这是一个示例
*/
当然也可以参考下方的Description选择自己想要设置的完成创建时自动注释。
注释设置 | 描述 |
---|---|
$ | name of the package in which the new file is created |
$ | 创建者名称 |
$ | 当前日期 |
$ | 当前时间 |
$ | 年 |
${MONTH} 月 | |
$ | 月缩写 |
$ | 月全称 |
$ | 天 |
$ | 时 |
$ | 分 |
$ | 工程名 |
END
标签:用户名,File,idea,生成,注释,自动,设置,name From: https://www.cnblogs.com/yangstar/p/17440002.html