idea 给创建的类和方法添加注释
程序员文章站
2022-05-07 20:06:20
...
给新创建的类添加注释
- 1.打开设置
- 2.找到 Editor —> File and Code Themplates —> Class
- 3.添加自己需要的内容
/**
*@program: ${PROJECT_NAME}
*@description: ${description}
*@author: Wei Zeng
*@create: ${YEAR}-${MONTH}-${DAY} ${HOUR}:${MINUTE}
*/
给创建的方法添加注释
1.找到 Editor —> Live Themplates —> Themplate Group …
- 2.给你的模板命名
- 3.点击确认之后,找到自己的模板组
- 4.选中自己的模板组,添加对于的Live Templates
- 5.编辑模板内容
/**
* create by: Wei Zeng
* description: TODO
* create time: $date$ $time$
* @params $params$
* @return $return$
*/
- 3.给注释的内容赋值
-
4.选中方法注释的作用范围,可以全选或者你选你需要的范围
### IntelliJ IDEA添加过滤文件或目录 -
- Settings→Editor→File Types
在下方的忽略文件和目录(Ignore files and folders)中添加自己需要过滤的内容
例如:.iml;.idea;.gitignore;.sh;.classpath;.project;*.settings;target;