2

How to ignore the thymeleaf grammar check in IntelliJ IDEA. This picture should be no errors of thymeleaf grammar.

Example

Vladlen Gladis
  • 1,699
  • 5
  • 19
  • 41
Winson.Wu
  • 135
  • 1
  • 7

1 Answers1

1
  • Open the Settings / Preferences Dialog by pressing ⌘

OR

  • By choosing File | Settings for Windows and Linux

  • IntelliJ IDEA | Preferences for OS X,


One way

  • Click Inspections under Editor.

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 under Editor.

You can remove all the checked dictionaries used by intelliJ currently.

Source - Spellchecking with intelliJ

Naman
  • 27,789
  • 26
  • 218
  • 353