当前位置:网站首页>idea開發工具常用的插件合集匯總
idea開發工具常用的插件合集匯總
2022-07-02 05:26:00 【初夏0811】
idea插件的安裝:
file -> setting -> plugins ->install
1、GitToolBox
跟踪每行代碼的提交修改記錄。

2、Maven Helper
依賴沖突

3、Free Mybatis plugin
跳轉mapper,由mapper跳轉到mapper.xml層

4、Github Copilot
個人覺得最强的代碼提示插件但是可能由於網絡問題 有時候有點慢
5、Translation
翻譯
快捷鍵:Ctrl+Shift+Y

6、Codata或者Tabnine AI Code Competion
代碼提示


7、GenerateAllSetter
一鍵生成ssetter
例如:
User user = new User();
user.setName();
user.setAge();
user.setSex();
直接填充即可;

8、Alibaba Java Coding Guidelines
阿裏代碼檢查規範

9、Convert YAML and Properties File
YAML轉properties

10、Properties to YAML Converter
properties轉YAML

11、Rainbow Brackets
多彩花開括號

12、Chinese Language
漢化必備,不建議使用,建議習慣使用英文工具

13、One Dark theme
代碼主題

14、Atom Material Icon
圖標主題

15、any-rule
正則錶達式

16、GenerateSerialVersionUID
生成UUID

17、GsonFormtPlus
把 JSON 字符串直接實例化成類

18、EditStarters
拉取springboot版本依賴

19、Gitee
git碼雲

20、google-java-format
格式化Java源代碼

21、maven-search
maven依賴搜索

边栏推荐
- 7.1模拟赛总结
- Latest: the list of universities and disciplines for the second round of "double first-class" construction was announced
- 中小型项目手撸过滤器实现认证与授权
- Importation de studio visuel
- Using QA band and bit mask in Google Earth engine
- Fabric. JS right click menu
- Leetcode18题 【四数之和】递归解法
- Disable access to external entities in XML parsing
- Pyechats 1.19 generate a web version of Baidu map
- Fabric. JS compact JSON
猜你喜欢

Centos8 installation mysql8.0.22 tutorial

Record sentry's path of stepping on the pit

Gee series: Unit 3 raster remote sensing image band characteristics and rendering visualization

7. Eleven state sets of TCP

Pyechats 1.19 generate a web version of Baidu map

Fabric. JS iText set italics manually

LeetCode 1175. 质数排列(质数判断+组合数学)

Fabric. JS compact JSON
![Gee series: Unit 5 remote sensing image preprocessing [GEE grid preprocessing]](/img/1e/cf0aa09c2fce2278386f12eae4a6cd.jpg)
Gee series: Unit 5 remote sensing image preprocessing [GEE grid preprocessing]

Black Horse Notes - - set Series Collection
随机推荐
Gee series: unit 10 creating a graphical user interface using Google Earth engine [GUI development]
KMP idea and template code
画波形图_数字IC
Gee: use of common mask functions in remote sensing image processing [updatemask]
7. Eleven state sets of TCP
JVM class loading mechanism
7.1 simulation summary
Gee series: Unit 5 remote sensing image preprocessing [GEE grid preprocessing]
Fabric.js 自由绘制矩形
【技术随记-08】
Collectors.groupingBy 排序
Centos8 installation mysql8.0.22 tutorial
Collectors. Groupingby sort
LeetCode 241. 为运算表达式设计优先级(分治/记忆化递归/动态规划)
Map in JS (including leetcode examples)
Pycharm breakpoint management: temporarily cancel some breakpoints + run directly to a line
h5跳小程序
Straighten elements (with transition animation)
Global and Chinese market of travel data recorder (VDR) 2022-2028: Research Report on technology, participants, trends, market size and share
Leetcode 18 problem [sum of four numbers] recursive solution