当前位置:网站首页>20 excellent plug-ins recommended by idea
20 excellent plug-ins recommended by idea
2022-04-23 06:08:00 【New ape and horse】
Catalog
4. Auto filling Java call arguments
18. Alibaba Java Coding Guidelines
Hematemesis 、 Liver all night .
1. Key Promoter X
Shortcut key prompt plug-in . When you perform a mouse operation , If this operation can be replaced by shortcut keys , Will give a hint , Help you form the habit of using shortcut keys naturally , Farewell to rote learning .
Address :https://plugins.jetbrains.com/plugin/9792-key-promoter-x/

2. AiXcoder Code Completer
Code prompt to complete the plug-in . Use AI To automatically prompt and complete the code , Than IDEA The built-in code completion is more intelligent .
Address :https://plugins.jetbrains.com/plugin/13574-aixcoder-code-completer/.

3. Arthas Idea
Arthas Command generation plug-in .Arthas It's open source from Alibaba Java Online diagnostic tools , The plug-in can automatically generate Arthas On-line Java Code diagnostic command , You don't have to go to the official website to turn over documents and spell commands !
Address :https://plugins.jetbrains.com/plugin/13581-arthas-idea/


4. Auto filling Java call arguments
Code generation plug-ins . Automatically complete the call parameters of the function through the shortcut key , Very useful for constructors and methods that contain a large number of parameters !
Address :https://plugins.jetbrains.com/plugin/8638-auto-filling-java-call-arguments/

5. GenerateAllSetter
Code generation plug-ins . Generate all of the specified objects with one click set Method call code , Automatic assignment , Or generate the return value of a method , This is very useful when unit testing falsifying data .
Address :https://plugins.jetbrains.com/plugin/9360-generateallsetter/


6. GenerateSerialVersionUID
Code generation plug-ins . One click to achieve Serializable Class generation of interface SerialVersionUID.
Address :https://plugins.jetbrains.com/plugin/185-generateserialversionuid/

7. GsonFormat
Code generation plug-ins . Use... In classes , Paste a paragraph Json Text , It can automatically generate the nested structure code of objects .
Address :https://plugins.jetbrains.com/plugin/7654-gsonformat/

8. Rainbow Brackets
Code browsing plug-in . Bracket nesting levels are distinguished by color , Easy to read , It can locate and adjust error codes faster . However, it is recommended not to have a lot of nesting in the code !
Address :https://plugins.jetbrains.com/plugin/10080-rainbow-brackets/


9. CodeGlance
Code browsing small map plug-in . Generate... On the right side of the editor code minimap, You can drag the small map cursor to quickly locate the code , It is very useful to read a code file with a large number of lines .
Address :https://plugins.jetbrains.com/plugin/7275-codeglance/

10. GitToolBox
Git Add ons . I'm bringing it with me Git On function , Added view Git state 、 Auto pull code 、 Submit notification and other functions . It is best to view the latest submission information of each line of code .
Address :https://plugins.jetbrains.com/plugin/7499-gittoolbox/

11. Translation
Translation plug-ins . The most painful thing for programmers is to encounter English words when reading code , With this plug-in , The mouse selects the text , Right click to automatically translate into multiple languages .
Address :https://plugins.jetbrains.com/plugin/8579-translation/


12. .ignore
Code submission ignores plug-ins : Generate all kinds of ignore file , A key to create git ignore Template of the file , To avoid writing by yourself
Address :https://plugins.jetbrains.com/plugin/7495--ignore



13. FindBugs-IDEA
Code checking plug-ins . Check the code for possible bug And irregular location .
Plug-in address :https://plugins.jetbrains.com/plugin/3847-findbugs-idea


14. Maven Helper
maven Help plugin .
Plug-in address :https://plugins.jetbrains.com/plugin/7179-maven-helper



15. VisualVM Launcher
jvm Tuning plug-ins . function java When the program starts visualvm, Convenient view jvm The situation of For example, the allocation of heap memory size .
Plug-in address :https://plugins.jetbrains.com/plugin/7115-visualvm-launcher
16. MyBatisCodeHelperPro
mybatis Code help plugin . first-class Mybatis Code hinting , Full support Mybatis dynamic sql Code hinting , code detection , Write sql There are code prompts almost everywhere .
Plug-in address :https://plugins.jetbrains.com/plugin/9837-mybatiscodehelperpro


17. Free MyBatis plugin
mybatis Add ons .free-idea-mybatis It's an enhancement idea Yes mybatis Supported plug-ins . Jump from code to mapper And from mapper Return code .
Plug-in address :https://plugins.jetbrains.com/plugin/8321-free-mybatis-plugin.

18. Alibaba Java Coding Guidelines
Alibaba code specification plug-in .
Plug-in address :https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines
19. lombok
Code generation plug-ins . Support lombok All kinds of notes , No need to write from now on getter setter toString Such method .
Plug-in address :https://plugins.jetbrains.com/plugin/6317-lombok.

20. Activate-power-mode
Code effect plug-in . according to Atom Plug in for activate-power-mode The effect of transplanting to IDEA On . All kinds of cool 、 All kinds of dazzle 、 Hanging and exploding the sky .
Plug-in address :https://plugins.jetbrains.com/plugin/8330-activate-power-mode


WeChat official account :「 A new ape 」, Wechat scan .

版权声明
本文为[New ape and horse]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220533487359.html
边栏推荐
- Pytorch notes - get familiar with the network construction method by building RESNET (complete code)
- Pytorch notes - observe dataloader & build lenet with torch to process cifar-10 complete code
- Pytorch introduction notes - use a simple example to observe the output size of each layer of forward propagation
- Comparative study paper - [Moco, cvpr2020] momentum contract for unsupervised visual representation learning
- Pytorch——数据加载和处理
- Anaconda installed pyqt5 and pyqt5 tools without designer Exe problem solving
- Pytorch learning record (IV): parameter initialization
- Manually delete registered services on Eureka
- Numpy common function table sorting of data processing
- 你不能访问此共享文件夹,因为你组织的安全策略阻止未经身份验证的来宾访问
猜你喜欢

RPC must know and know

A general U-shaped transformer for image restoration

PyQy5学习(三):QLineEdit+QTextEdit

In depth understanding of the relationship between dncblevel and noise denoising in the paper

Programming record - picture rotation function SciPy ndimage. Simple use and effect observation of rotate()

Framework analysis 1 Introduction to system architecture

The user name and password of users in the domain accessing the samba server outside the domain are wrong

深入理解去噪论文——FFDNet和CBDNet中noise level与噪声方差之间的关系探索

Pytorch学习记录(十一):数据增强、torchvision.transforms各函数讲解

Pytoch -- data loading and processing
随机推荐
Pyemd installation and simple use
A general U-shaped transformer for image restoration
Solve the error: importerror: iprogress not found Please update jupyter and ipywidgets
Get the value of state in effects in DVA
PyTorch笔记——实现线性回归完整代码&手动或自动计算梯度代码对比
You cannot access this shared folder because your organization's security policy prevents unauthenticated guests from accessing it
Anaconda
Three ways to create threads
JDBC tool class encapsulation
常用编程记录——parser = argparse.ArgumentParser()
Fundamentals of in-depth learning -- a simple understanding of meta learning (from Li Hongyi's course notes)
Explain of MySQL optimization
数字图像处理基础(冈萨雷斯)一
How to use comparative learning to do unsupervised - [cvpr22] training & [eccv20] image translation
Chapter 4 of line generation - linear correlation of vector systems
图解numpy数组矩阵
C3p0 database connection pool usage
Conda 虚拟环境管理(创建、删除、克隆、重命名、导出和导入)
EditorConfig
Contrôle automatique (version Han min)