More than 30 useful IDEA plug-ins

Install plugin tutorial

Just search here

Highly Recommended Plugins

Presentation Assistant shortcut key display

When recording or sharing the screen, the effect is excellent

Codota — Code Intelligence Tips

You can also search for examples of related code

Codota also contains a website: https://www.codota.com/code

Alibaba Java Code Guidelines—Alibaba Java Code Guidelines

Chinese and English can be switched

Anything that does not conform to the Alibaba Java Development Manual will be displayed

Translation - The must-have translation plugin

 

hot key

  • command+ctrl+i(mac)

  • ctrl + shift + o(win/linux)

SequenceDiagram —— call the link to automatically generate a sequence diagram

Right click --> Sequence Diagaram to call it up.

Double-click the class name at the top to jump to the source code of the corresponding class, and double-click the called function name to directly call the source code of a function.

Rainbow Brackets - Let your brackets become different colors to prevent confusing brackets

HighlightBracketPair - Bracket start and end highlighting.

Grep Console console log highlighting

google-java-format —— code automatic formatting

The advantage of this plugin is that it does not require manual shortcuts to format the code

Key promoter X - there will be a shortcut key for this operation to be notified in the lower right corner of the interface.

CodeGlance - Thumbnails

This plugin can help us quickly switch to the desired code area, just like viewing thumbnails, without having to frantically drag and drop to find it.

Leetcode Editor can brush questions online in IDEA.

It is really convenient to fish at work. On the surface, I am working, but in fact I am doing algorithm problems.

Decoration

Material Theme UI - IDEA theme plugin

Power Mode II - Typing effect

Background Image Plus + - replace IDEA background

More convenient plug-in

RoboPOJOGenerator—JSON (GsonFormat is also available, but it hasn’t been updated for a long time)

Statistic— project information statistics

You can see the information of all types of files in your project very intuitively

CamelCase - switch between multiple naming formats

If you forget the shortcut key, you can find it in Edit in the menu bar of IDEA

jclasslib bytecode viewer view bytecode

Open the class you want to study in IDEA.

Compile this class or directly compile the whole project (this step can be skipped if the class you want to study is in the jar package).

Open the "view" menu and select the "Show Bytecode With jclasslib" option.

After selecting the above menu item, the jclasslib tool window will pop up in IDEA.

Auto filling Java call arguments

To call a function, use the Alt+Enter key combination to call out "Auto fill call parameters" to automatically use the parameter names defined by the function to fill.

GenerateO2O - automatically fill in the value of the parameter

GenerateAllSetter - automatically calls all Setter functions (can be filled with default values)

Maven Helper - facilitate maven project to resolve jar conflicts

FindBugs - Check for hidden dangers in your code

Stack trace to UML —— draw UML sequence diagram and communication diagram according to JVM exception stack

打开方式:Analyze > Open Stack trace to UML plugin + Generate UML diagrams from stacktrace from debug

Java Stream Debugger - Stream visualizes the operation steps

RestfulToolkit—— Shortcut Jump Action Method

Jrebel for Intellij Java code modification takes effect immediately.

Of course, you still need to press the shortcut key to take effect.

String Manipulation processing of strings

Variable names use camel case, constants need to be all capitalized, etc., encoding and decoding, etc.

After selecting the content that needs to be processed, press the shortcut key Alt + M, and the tool function list will pop up. The following specific functions can also use corresponding numbers or letters without mouse clicks.

Free Mybatis Plugin - You can jump to mapper.xml through the method in the mapper interface.

IDEA QAPlug helps us find potential bugs in advance

Offline download and installation tutorial

https://blog.csdn.net/weixin_46285416/article/details/107556661

A disk link:

Link: https://pan.baidu.com/s/13_iO9jtdncyP3lm-xR6H_g Extraction code: eb2j

Lanzuo link: (divided into two, the installation package of Lanzuo should not be too large)

https://wws.lanzoux.com/ippbbfd5y1i

https://wws.lanzoux.com/iM05jfd5z3g

Installation package installation tutorial

Find the location where you downloaded the installation package, you can

It's over, hahaha

Guess you like

Origin blog.csdn.net/z_ssyy/article/details/130288021