Intellij IDEA 9: How to disable error highlighting in HTML files?

How to disable error highlighting in HTML files in Intellij IDEA 9?

+3
source share
1 answer

Go to settings (ctrl + shift + s). and then search for errors. In the "Checks" section, find the HTML node tree, and then uncheck the root. No HTML validation.

+2
source

Source: https://habr.com/ru/post/1731865/


All Articles