idea 自定义注解

更改模版

自定义快捷键

1、

  • 添加 live template
  • Abbreviation "/*"
  • Template text
/** 
  * todo $description$ 
  * @Author: fmyl
  * @Date: $date$
*/ 
  • Edit variables
    date
date("yyyy-MM-dd HH:mm:ss")
  • Expand with "Enter"
    2、
  • 添加 live template
  • Abbreviation "/**"
  • Template text
/** 
* todo $description$ 
$params$ 
 * @return: $returns$ 
 * @Author: fmyl
 * @Date: $date$
*/ 
  • Edit variables
    description
completeSmart()

params

groovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\\\]|\\\\s]', '').split(',').toList(); for(i = 0; i < params.size(); i++) {result+=' * @param ' + params[i] + ((i < params.size() - 1) ? '\\n' : '')}; return result", methodParameters())

date

date("yyyy-MM-dd HH:mm:ss")

returns

methodReturnType()
  • Expand with "Enter"

常见问题

@params 作用域


需要写到方法里,params才会识别
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,448评论 0 10
  • Lua 5.1 参考手册 by Roberto Ierusalimschy, Luiz Henrique de F...
    苏黎九歌阅读 13,906评论 0 38
  • Getting Started Use the Current Stable Version (7.1) Buil...
    Leonzai阅读 1,977评论 0 3
  • 嗯,是,今天我又没有很开心,不过什么开不开心,开心不开心这种事计较起来本就矫情,。今天和崔同学聊天,说到她特...
    mylandscape阅读 253评论 0 0
  • 第五章《有无情,碧波风起雨霏霏》 慕容简在哥哥走后,一个人待在天下商院的遐迩阁中百无聊赖地在屋里一件件摆放着哥哥给...
    青丘公子阅读 497评论 0 0