How to ignore the thymeleaf grammar check in IntelliJ IDEA. This picture should be no errors of thymeleaf grammar.
Asked
Active
Viewed 244 times
2
-
Please edit the question to attach the image with the question and not as a link. – Naman Dec 13 '16 at 07:57
1 Answers
1
Open the Settings / Preferences Dialog by pressing ⌘
OR
By choosing
File | Settings
for Windows and LinuxIntelliJ IDEA | Preferences for OS X,
One way
- Click
Inspections
underEditor
.
You can Uncheck Spelling inspections to get rid of them in your code.
Other way (though I would suggest NOT to follow this) is -
- Click
Spelling
underEditor
.
You can remove all the checked dictionaries used by intelliJ currently.
Source - Spellchecking with intelliJ

Naman
- 27,789
- 26
- 218
- 353