Idea 使用指南

Idea 使用指南(个人向)

Preferences

Appearance & Behavior

Appearance: Theme : Light

System Settings | Updates : off

Keymap

Macros : save_reformating : command+s

Editor

General | Code Completion : Match case : off

Font : Font: Menlo; Size : 14; Line spacing : 1.2

Live Templates:

Add Template Group "MethodDIY" :

*(方法注释)

/**
 * 
 *
 $params$ 
 * @return: $return$ 
 * @author: suwen
 * @time: $date$ $time$
 * 
 */

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())

c(类注释)

/**
 *
 *
 * @author: suwen
 * @time: $date$ $time$
 * 
 */

Idea 添加注释:类注释、方法注释(可获取参数)

Plugins

Alibaba Java Coding Guidelines

Background Image Plus

Intellij IDEA 代码框使用自定义背景图片

Free MyBatis plugin

google-java-format

Grep Console

IDEA 插件神器之 Grep Console

JRebel

JRebel for idea 破解和激活

IDEA JRebel 插件热部署 史上最全

Lombok

SpringBoot 使用 Lombok

Key promoter X

Rainbow Brackets

Edit

Edit Macros : save_reformating : action : ReformatCode; SaveAll;

posted @ 2020-02-03 13:40  别依梦雨轩  阅读(310)  评论(0编辑  收藏  举报