我试图在MacOS的IntelliJ IDEA 8.1版本中禁用拼写检查。

我如何禁用它?


当前回答

对于Android Studio,我发现“检查”直接在“项目设置”下,而不是在“IDE设置/编辑器”下。

其他回答

在Windows和Android 2.3中…

文件->设置->检查->拼写…

遵循:

File >> Settings >> Editor >> Inspections >> Proofreading >> Typo

->取消勾选需要禁用的选项。

更多详细信息- intelliJ拼写检查

使用类/方法/字段的注释

@SuppressWarnings("SpellCheckingInspection")

对于OSX上的12.1.6:

- >首选项- >检查拼写

2020年更新

File >> Settings >> Editor >> Inspections >> Proofreading (uncheck all)