intelliJ IDEA crashes when editing tags in thymeleaf engine format caused by VUE plug-in and thymeleaf plug-in

This problem mainly occurs in intelliJ IDEA2021.3.1 version, the original version.

When editing the thymeleaf template engine file, it appears that angle brackets "<>" cannot be entered, and special characters cannot be entered. After inputting, the entire IDEA will freeze or freeze directly. The CPU will take off in a short period of time and generate a large number of errors. log.

When I first encountered this problem on Baidu, many people told me that it was caused by idea's inspection of html files and js code, and that some inspection options needed to be turned off. I couldn't understand it because the inspection of java code is definitely more complicated than js. . Why is the java code page smooth?

Later, I contacted IDEA’s after-sales support staff and provided the error log of my local machine. After analysis, it was caused by the conflict between the VUE plug-in and the thymeleaf plug-in in IDEA2021.3.1 version (other versions are not excluded). This problem will Exposure highlights in thymeleaf file editing, solution:

1. Use webstorm or other front-end editor to edit front-end files

2. Uninstall or disable the VUE plug-in in IDEA

3. Wait for the new version to be fixed

Post the email chat information below:

 

 

According to the information from the IDEA after-sales staff, I put the information link of the bug he mentioned below:

https://youtrack.jetbrains.com/issue/IDEA-284180https://youtrack.jetbrains.com/issue/IDEA-284180 

Guess you like

Origin blog.csdn.net/Zachariahs/article/details/122684934