Disable spell checking on IntelliJ IDEA

前端 未结 11 1857
萌比男神i
萌比男神i 2020-12-12 12:19

I\'m trying to disable spell checking in MacOS\'s IntelliJ IDEA version 8.1.

How can I disable it?

相关标签:
11条回答
  • 2020-12-12 12:50

    They need to introduce @spellcheck:off like the formatter.

    0 讨论(0)
  • 2020-12-12 12:50

    In MS, you can use Alt+Enter to disable the inspections.

    0 讨论(0)
  • 2020-12-12 12:51

    In Windows and Android 2.3 ...

    File -> Settings -> Inspections -> Spelling ... And Happy coding!

    0 讨论(0)
  • 2020-12-12 12:53

    Follow :

    File >> Settings >> Editor >> Inspections >> Spelling >> Typo
    

    -> Uncheck the options that you want to disable.

    Source for more details - Spellchecking with intelliJ

    0 讨论(0)
  • 2020-12-12 12:53

    For Android Studio, I found "Inspections" directly under "Project Settings," and not under "IDE Settings/Editor".

    0 讨论(0)
提交回复
热议问题