这里以添加tomcat模板插件为主讲:
将你写的这段插件代码复制:
plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<port>8888</port>
</configuration>
</plugin>
随后File | Settings | Editor | Live Templates;
之后点击右侧’+'号,选择Templates Group创建模板组.
Abbreviation 中写入自定义字符.
Template text :中粘贴上段内容代码.