Disable spell checking on IntelliJ IDEA

2019-01-21 00:09发布

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

How can I disable it?

10条回答
姐就是有狂的资本
2楼-- · 2019-01-21 00:56

If you want to suppress in a file, you can use comment in file like <!--suppress SpellCheckingInspection --> in html.

查看更多
叛逆
3楼-- · 2019-01-21 00:58

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

查看更多
做个烂人
4楼-- · 2019-01-21 01:00

For 12.1.6 on OSX:

Preferences->Inspections->Spelling

查看更多
兄弟一词,经得起流年.
5楼-- · 2019-01-21 01:04

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

查看更多
登录 后发表回答