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

我如何禁用它?


当前回答

2020年更新

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

其他回答

在Windows和Android 2.3中…

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

遵循:

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

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

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

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

@SuppressWarnings("SpellCheckingInspection")

2020年更新

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

在MS中,可以使用Alt+Enter禁用检查。