欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

IDEA的live templates代码模板-change模板类型说明

程序员文章站 2022-05-12 14:54:56
...

 截图说明

IDEA的live templates代码模板-change模板类型说明
IDEA2020-社区版

 

IDEA的live templates代码模板-change模板类型说明
2019IDEA-商业***
IDEA的live templates代码模板-change模板类型说明
2019IDEA-社区版-汉化

 

方法注释

    打开file->setting->Editor->LiveTemplates点击右边上面那个绿色的+号,选择Template Group双击,然后弹出一个窗口,随便添加一个名字,我这里添加的是Test然后点击OK 

    方法注释模板:  

快捷键Tab
缩写/**
描述java方法注释
使用函数date(),time(),methodReturnType()

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) ? '\\r\\n' : '')}; return result", methodParameters())

模板文本

/**$END$
 * @author test
 * @date $date$ $time$
 $params$
 * @return $return$
 */

IDEA的live templates代码模板-change模板类型说明

编辑变量

 IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明

IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明

作用域

IDEA的live templates代码模板-change模板类型说明
2019-社区

 

IDEA的live templates代码模板-change模板类型说明
2020社区

 2019商业版

IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明

ActionScript

IDEA的live templates代码模板-change模板类型说明

CSS

IDEA的live templates代码模板-change模板类型说明

ECMAScript 6 or higher

IDEA的live templates代码模板-change模板类型说明

JavaScropt and TypeScript

IDEA的live templates代码模板-change模板类型说明

SQL

IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明

 

TypeScript

IDEA的live templates代码模板-change模板类型说明

Vue

IDEA的live templates代码模板-change模板类型说明

Groovy

IDEA的live templates代码模板-change模板类型说明

HTML(H)

IDEA的live templates代码模板-change模板类型说明

Java

IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明

  1. comment:注释
  2. declaration:声明
  3. expression:表达式
  4. smart type completion:智能类型完成
  5. statement:语句
  6. string:字符串
  7. other:其他

JSON

IDEA的live templates代码模板-change模板类型说明

Kotlin

IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明

XML

IDEA的live templates代码模板-change模板类型说明IDEA的live templates代码模板-change模板类型说明