公告
财富商城
积分规则
提问
发文
2019-01-21 00:09发布
Summer. ? 凉城
I'm trying to disable spell checking in MacOS's IntelliJ IDEA version 8.1.
How can I disable it?
If you want to suppress in a file, you can use comment in file like <!--suppress SpellCheckingInspection --> in html.
<!--suppress SpellCheckingInspection -->
They need to introduce @spellcheck:off like the formatter.
For 12.1.6 on OSX:
Preferences->Inspections->Spelling
For Android Studio, I found "Inspections" directly under "Project Settings," and not under "IDE Settings/Editor".
最多设置5个标签!
If you want to suppress in a file, you can use comment in file like
<!--suppress SpellCheckingInspection -->
in html.They need to introduce @spellcheck:off like the formatter.
For 12.1.6 on OSX:
Preferences->Inspections->Spelling
For Android Studio, I found "Inspections" directly under "Project Settings," and not under "IDE Settings/Editor".