为了方便对方法的功能描述,可以设置自定义注释模板。
效果:
/**
* @FunctionName calculatePrice
* @CreateTime 2023/3/3 11:01
* @Author think
* TODO
*/
模板:可以根据需求自主增减。
/**
* @FunctionName $name$
* @CreateTime $date$ $time$
* @Author $author$
* TODO
*/
设置:
位置:File | Settings | Editor | Live Templates
添加group,添加templates。
添加group: 这里我取名MyHead
选中添加的group,然后再添加Live Template。
这里我使用“head”作为关键词。
编辑变量:
成功后,输入head,然后点击Tab,即可自动生成对应的模板。
标签:group,自定义,IDEA,注释,添加,设置,Clion,模板 From: https://www.cnblogs.com/tutuleilife/p/17174927.html