Some operational settings for using the idea

1. Commonly used settings

1.1 Shortcut keys related

1.2 Configure automatic generation of comments (classes, methods, etc.)

1.3 maven project related

1.4 Some other common operation settings

2. IntelliJ IDEA cancels parameter error prompts in @param comments

  • as follows:
    Insert image description here

3. Idea opens multiple files at the same time, the navigation bar is not hidden, and lines are automatically wrapped.

  • as follows:
    Insert image description here

4. Lombok requires enabled annotation processing

  • The solution is as follows:
    Insert image description here

5. Import old eclipse projects into idea

5.1 Detailed introduction of import method

5.2 Solve the Unescaped xml character error in IDEA (jsp file)

  • After importing the old project, jsp文件 has been popular. Report some correct javascript codes in the <script> tagUnescaped xml characterWrong, although it does not affect the operation, it is really annoying and obsessive-compulsive disorder is absolutely intolerable.
    • Error screenshot:
      Insert image description here
    • Solution:
      Insert image description here
  • Looking at the code again, the problem has been solved:
    Insert image description here

5.3 How to set up the JS or JSP page without restarting the service after modifying the idea

  • Before setting:
    Insert image description here
  • The setting method is as follows:
    Insert image description here

6.

Guess you like

Origin blog.csdn.net/suixinfeixiangfei/article/details/133806624