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

我如何禁用它?


当前回答

2020年更新

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

其他回答

遵循:

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

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

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

对于OSX上的12.1.6:

- >首选项- >检查拼写

在Mac上的Android Studio 1.1版本中,从文件菜单中设置拼写无法正常工作。

从Android Studio >首选项>检查设置拼写。

取消位于“项目设置”选项第一组中的“错别字”和“拼写”。

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

@SuppressWarnings("SpellCheckingInspection")

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