Reputation: 41
How can I disable the highlighting of errors in HTML files in Intellij IDEA 9?
Upvotes: 4
Views: 4160
Reputation: 1
Settings -> Editor -> Inspections (Ctrl + Alt + S)
You need to uncheck everything related. Even when you have HTML document, it may contain some CSS for example, so switching off just HTML won't suffice. Make sure you do that, apply and see for yourselves.
Upvotes: 0
Reputation: 17472
Go to settings (ctrl+shift+s). and then search for errors. Under inspections, find HTML tree node and then uncheck the root. No more HTML validation.
Upvotes: 2