scala代码模板设置
准备工作
- 安装好intellij idea 软件
- 操做系统 mac 10.10.5
操作步骤
打开 idea 软件进行模板设置
Intellij IDEA ==> Preferences ==> Editor==>File and Code Templates==>Includes ==> File Header ==> 改为
/** * 开发者:刘文 Email:[email protected] * ${DATE} ${TIME} * 功能描述: */
==>OK
* 新建类时,就会有自注释了 /** * 开发者:刘文 Email:[email protected] * 16/1/19 下午10:49 * 功能描述: */ class Test { }