• 静态注释
/**
* @Description 
* @Author wzz
* @Date ${DATE} ${TIME}
*/

 

idea 添加静态注释和live Templates

  • Live Templates

1.新建一个自己的添加组如图:Mygroup

idea 添加静态注释和live Templates

2. 添加live template

方法上面

** 
* @Description: $description$
* @Param: $params$
* @return: $returns$
*/  

类上面

**
 * @Description $description$
 * @Author wzz 
 * @Date $DATE$ $TIME$
 */

  

idea 添加静态注释和live Templates

idea 添加静态注释和live Templates

 

相关文章:

  • 2021-09-15
  • 2021-09-21
  • 2022-01-18
  • 2022-01-01
  • 2021-06-17
  • 2021-10-29
  • 2021-09-30
猜你喜欢
  • 2021-04-10
  • 2022-01-14
  • 2021-10-07
  • 2021-12-08
  • 2021-12-22
  • 2022-01-15
  • 2021-09-27
相关资源
相似解决方案