The IDEA of crack
Specific reference: www.exception.site/essay/idea-…
Configuration Settings
IDEA 2021.1 is used as an example
1. Open the configuration file and start the configuration.
2. The detailed configuration is as follows
(File > Settings > Appearance & Behavior)
-
Configure the Settings font.
-
Disable IDEA update.
-
Set IDEA to open as project selection interface].
(File > Settings > Editor)
-
Automatic import package configuration.
-
Display method divider line.
-
Scroll wheel to set font size.
-
Smart tips ignore case.
-
The Tabs page displays multiple lines.
-
Configure the code theme style.
-
Character set and configuration file encoding format.
-
Custom class templates.
-
Optimize comment formatting.
-
Hide the *. Iml,*. IDEA files.
-
Cancel the warning flag for custom class templates.
(File > Settings > Version Contol)
- Configure Git.
(file > Settings > Build, Execution, Deployment,
- Enable automatic code compilation.
- Configure maven.
Setting the Settings font
Go to this directory and select an appropriate font for your Settings font. The default font is Microsoft Yahei and the font size is unchanged.
Disable IDEA update
File > Settings > Appearance & Behavior > System Settings > Updates The square root of the left.
Set IDEA to open the project selection interface
The operation is File > Settings > Appearance & Behavior > System Settings.
Automatic import package configuration
File > Settings > Editor > General > Auto Import in Add… And Optimize… Let’s add the square root.
Display method divider line
File > Settings > Editor > General > Appearance, Show method… Put the square root in front.
Scroll wheel to set font size
File > Settings > Editor > General, Change foot… Put the square root in front.
Smart tips ignore case
To do this, go to File > Settings > Editor > General > Code Completion and remove the √ in front of Mathch case.
The Tabs page displays multiple lines
To do this: File > Settings > Editor > Editor Tabs, select Multiple Rows on the right.
Configure the code theme style
Detailed operations: File > Settings > Editor > Color Scheme > Right drop-down selection, I choose the default.
Character set and configuration file encoding format
To do this, go to File > Settings > Editor > File Encodings and set the red box on the right to UTF-8.
Custom class templates
Go to File > Settings > Editor > File and Code Templates, click Class on the right, and add the following five lines of Code. There is no configuration method template, which I personally feel is not necessary.
/**
* @Description TODO
* @Date ${DATE} ${TIME}
* @Author ${USER}
*/
Copy the code
Optimize comment formatting
Specific operation: File > Settings > Editor > Code Style > Java | | HTML, will be on the right side of the Line of Code Generation comment… And Block the comment… The square root on the left gets canceled.
Hide the *. Iml,*. IDEA files
Click File > Settings > Editor > File Types. Ignored Files and Folders on the right to add.inl,.idea.
Cancel the warning flag for custom class templates
As shown below, when we create a class we get a warning flag, which is annoying, so we cancel it here.
Specific operation: File > Settings > Editor > Conforms, profiles Select Default, and then find Declaration has Javadoc Problems under Java… On the right, add Date,Author, and Description.
Configure Git
Go to File > Settings > Version Contol > Git and select git.exe in the bin directory of the local Git directory.
Enable automatic code compilation
Specific operation: File > Settings > Build, Execution, Deployment > Compiler, in Build project… √ on the left.
Configure maven
Specific operation: The File > Settings > Build, Execution, Deployment > Build Tools > Maven, setup Maven home path (computer Maven storage directory), User Settings (Maven settings. XML configuration file directory), Local Reposit… (Local warehouse directory).
Common plug-in
- Vue: download directly without configuration.
- Mybatisx: Simplify tedious repetitive operations at the beginning of using MyBatis and MyBatis – Plus to realize XML jump.
- Maven Helper: An easy way to find and exclude conflicting dependencies, run/debug operations for Maven targets for modules that contain the current file or root module, and run/debug operations for the current test file.
- Lombok: Simple annotations to simplify Java code, shipped with the latest version of IDEA.
- Alibaba Java Coding Guidelines: Design specifications, it is recommended to write the code to run once.
- Rainbow Brackets: Rainbow Brackets.
- Translation: translation plug-in.
- RestfulToolkit: Spring development often according to the browser URL to find the corresponding action method requirements, this can quickly jump according to the URL, do not need to findAll query.
- HighlightBracketPair: Brackets start and end are highlighted. You can see it at a glance.
- Grep Console: Console logs are highlighted.
- IntelliJad: decomcompiled plugin, the latest version of IDEA cannot be used.
Refer to the link
-
www.bilibili.com/read/cv5707…
-
www.softyun.net/article/116…
-
www.cnblogs.com/zhangyinhua…
-
Blog.csdn.net/sdut406/art…
I configured settings.zip
Link: pan.baidu.com/s/1aDLDeGQO… Extraction code: AX3Q
If you’re too lazy to configure it, just use mine.