当前位置:网站首页>【Idea series】idea configuration
【Idea series】idea configuration
2022-08-04 10:32:00 【Tan Yue sword refers to the big factory】
一.idea配置
主题
字体大小
自动导入包
方法分割线
template
忽略大小写
修改快捷键
设置maven
连接git
安装插件
二.具体操作
1.主题配置
Solarized Dark
2.快捷键
- Modify and copy the current line
- Modify to move the current line
3.idea插件
高频
- MybatisLogFormat sql格式化
- Database Tools and SQL 数据库管理工具
- Translation 翻译插件
- Codota 代码提示
- CodeGlance 代码缩略图
- JUnitGenerator 自动生成测试类
- Maven Helper maven管理工具
- Rainbow Brackets 彩色括号
- Indent Rainbow 彩色缩进
- Alibaba Java Coding Guidelines 代码规范
- JRebel 热部署
- Lombok Code is injected automatically
- MapStruct Support pojo转换
- GenerateAllSetter 自动set值
- SequenceDiagram 生成简单序列图.
- SonarLint 代码检查
- CheckStyle 代码检查
- Vo2dto 对象转换
- show comment 展示备注信息
- Atom Material File Icons 展示图标
- jclasslib Bytecode Viewer Bytecode analysis plugin
- git commit template git提交模板
- AiXcoder AI code writing
- RESTfulToolkit Interface for quick access
- Maven Helper Maven 辅助插件
- Key promoter 快捷键提示
- Grep Console 自定义设置控制台输出颜色
- String Manipulation 驼峰式命名和下划线命名交替变化
- Statistic 代码统计
- CodeGlance 在编辑代码最右侧,显示一块代码小地图
低频:
- VisualVM Launcher jvm工具
- UML 生成类图
- any-rule 正则表达式
- Jclasslib Bytecode Viewer 查看字节码
- Git Flow Integration Git Flow 的图形界面操作
- MybatisX mybatis 框架辅助(免费)
- Lombok Lombok 功能辅助插件
- Alibaba Java Coding Guidelines 阿里巴巴出的代码规范检查插件
- .ignore 各类版本控制忽略文件生成工具
- GenerateAllSetter new POJO类的快速生成 set 方法
- EnumMdGenerator Automatically generate enumerations
- gittoolbox git插件
- lines sorter 插件 代码行数统计
- Rainbow Brackets 彩虹括号插件
- Nyan progress bar 彩虹加载
- RestfulToolkit 使用:快捷键:Ctrl + \ 或Ctrl + Alt + N
- Jclasslib Bytecode Viewer 简介:看类的字节码文件.
- CamelCase 字符串切换
- Jrebel for Intellij 热部署
- Free Mybatis Plugin 可以通过mapper接口里的方法跳转到mapper.xml里.
- Chinese(Simplified) Language Pack EAP 2020.1版本开始支持的官方汉化插件
- Rainbow Brackets 彩虹括号
- IDEA QAPlug 帮助我们提前找到潜在的问题bug
- 彩色括号——Rainbow Brackets
- Gitee 开源中国的码云插件
- IDE Features Trainer IntelliJ IDEA 官方出的学习辅助插件
- CheckStyle-IDEA 代码规范检查
- FindBugs-IDEA 潜在 Bug 检查
- MetricsReloaded 代码复杂度检查
- JRebel Plugin 热部署
- GsonFormat 把 JSON 字符串直接实例化成类
- Markdown Navigator 书写 Markdown 文章
- Eclipse Code Formatter 使用 Eclipse 的代码格式化风格
- Jindent-Source Code Formatter Custom class variable annotation template
- Properties to YAML Converter 文本转换
- mongo4idea mongo客户端
- iedis redis客户端
- shortcut translate Shortcut translation
- VisualVM Launcher jvm调优工具
- stackoverflow 堆栈分析
- activate-power-mode OR Power mode II Trembling and jumping
- leetcode Snap plug-in
- Quick Notes Post-it notes
- Sonar 代码检查
- Background Image Plus 背景图片
4.live Templates
login
log.info("$START$={}",$END$);
non
if (Objects.nonNull($START$)) {
$END$
}
isn
if (Objects.isNull($START$)) {
$END$
}
co
/** *@author : qinyingjie *@date : $DATE$ *@desc : $END$ */
三.其他工具
1.利用idea发请求
POST http://localhost:9341/billInfo/insertOrUpdate
Content-Type: application/json
{
"ownerNumber":"C02184540","ownerName":"Huang Meihan's import store","ownerMarketAreaId":11995,"ownerType":5,"supplierNumber":"C80095701","supplierName":"Bright Postman One","supplierType":4,"billGoodsInfoList":[{
"id":1,"name":"By citrus lemon555ml(1×24瓶)","number":"CAT001","outNumber":null,"innerNumber":"CAT001","stand":"555ml(1×24瓶)","typeNumber":"037","singleUnit":"瓶","batchUnit":"箱","batchCount":1,"converseRule":24,"teuCount":null,"revCoefficien":1,"costCoefficien":null,"remark":null,"status":1,"createTime":1573457010000,"updateBy":null,"updateTime":1586504080000,"bigUnitCount":2,"smallUnitCount":0,"checked":true,"giftList":[{
"name":"By citrus lemon555ml(1×24瓶)","number":"CAT001","type":1,"bigUnitCount":4,"smallUnitCount":0}],"price":0,"totalMoney":"0.00"},{
"id":2,"name":"Pot of Gold250ml(1×24罐)","number":"CAT002","outNumber":null,"innerNumber":"CAT002","stand":"250ml(1×24罐)","typeNumber":"002","singleUnit":"罐","batchUnit":"箱","batchCount":1,"converseRule":24,"teuCount":null,"revCoefficien":0.72,"costCoefficien":null,"remark":null,"status":1,"createTime":1573457010000,"updateBy":null,"updateTime":1586504080000,"bigUnitCount":3,"smallUnitCount":0,"checked":true,"giftList":[{
"name":"Pot of Gold250ml(1×24罐)","number":"CAT002","type":1,"bigUnitCount":3,"smallUnitCount":3}],"price":0,"totalMoney":"0.00"}],"sumMoney":"0.00","bigUnitCount":5,"smallUnitCount":0,"isCheck":0,"billType":2,"createBy":7422,"createByName":"Huang Meihan","createByMarketAreaId":11996,"dealAddress":"Bright Technology Park is at the door","message":"1","giftBigUnitCount":7,"giftSmallUnitCount":3}
<> 2020-10-26T074045.200.json
2.leetcode插件
$!velocityTool.camelCaseName(${
question.titleSlug})
package leetcode.editor.cn;
${
question.content}
public class $!velocityTool.camelCaseName(${
question.titleSlug}){
public static void main(String[] args) {
Solution solution = new $!velocityTool.camelCaseName(${
question.titleSlug})().new Solution();
}
${
question.code}
}
边栏推荐
- HCIP 第十七天
- HCIP 第十八天
- 无代码平台单项选择入门教程
- 【励志】复盘的重要性
- 学习在php中分析switch与ifelse的执行效率
- MySQL core SQL: SQL structured query statements, library, table operation, CRUD
- 超宽带UWB实时精准定位,短距离无缝交互应用,物联网厘米级精度方案
- Why are all hotel bathrooms transparent?
- 图文手把手教程--ESP32 MQTT对接EMQX本地服务器(VSCODE+ESP-IDF)
- JUC (1) threads and processes, concurrency and parallelism, thread state, locks, producers and consumers
猜你喜欢
随机推荐
LVS+Keepalived群集部署
无代码平台描述文字入门教程
LVS-DR集群部署
canvas画图时的bug记录
XCTF-reverse-signin
Maple 2022软件安装包下载及安装教程
无代码平台数字入门教程
AWS Lambda related concepts and implementation approach
2022-08-03 第六小组 瞒春 学习笔记
MySQL core SQL: SQL structured query statements, library, table operation, CRUD
无代码平台单项选择入门教程
Win11系统重装用什么好 一键重装Win11教程
redis解决分布式session问题
gom登录器配置教程_谷歌浏览器如何使用谷歌搜索引擎
无代码平台多项选择入门教程
Mysql 存储引擎简介
C#/VB.NET:在 Word 中设置文本对齐方式
粤黔协作,山海同心!578种贵州特色农产品走进粤港澳大湾区
在 .NET MAUI 中如何更好地自定义控件
Qt:小的任务管理器(task)