首页 > 其他 > 详细

Idea 使用指南

时间:2020-02-03 14:16:19      阅读:60      评论:0      收藏:0      [点我收藏+]

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;

Idea 使用指南

原文:https://www.cnblogs.com/esllovesn/p/12255383.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!