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

我如何禁用它?


当前回答

在Windows和Android 2.3中…

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

其他回答

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

@SuppressWarnings("SpellCheckingInspection")

在Windows和Android 2.3中…

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

2020年更新

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

他们需要像格式化程序一样引入@spellcheck:off。

遵循:

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

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

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