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)

  1. Configure the Settings font.

  2. Disable IDEA update.

  3. Set IDEA to open as project selection interface].

(File > Settings > Editor)

  1. Automatic import package configuration.

  2. Display method divider line.

  3. Scroll wheel to set font size.

  4. Smart tips ignore case.

  5. The Tabs page displays multiple lines.

  6. Configure the code theme style.

  7. Character set and configuration file encoding format.

  8. Custom class templates.

  9. Optimize comment formatting.

  10. Hide the *. Iml,*. IDEA files.

  11. Cancel the warning flag for custom class templates.

(File > Settings > Version Contol)

  1. Configure Git.

(file > Settings > Build, Execution, Deployment,

  1. Enable automatic code compilation.
  2. 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

  1. Vue: download directly without configuration.
  2. Mybatisx: Simplify tedious repetitive operations at the beginning of using MyBatis and MyBatis – Plus to realize XML jump.
  3. 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.
  4. Lombok: Simple annotations to simplify Java code, shipped with the latest version of IDEA.
  5. Alibaba Java Coding Guidelines: Design specifications, it is recommended to write the code to run once.
  6. Rainbow Brackets: Rainbow Brackets.
  7. Translation: translation plug-in.
  8. 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.
  9. HighlightBracketPair: Brackets start and end are highlighted. You can see it at a glance.
  10. Grep Console: Console logs are highlighted.
  11. 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.