Set spelling from Android Studio > Preferences > Inspections. Uncheck Typo and uncheck Spelling located in the first group of options "Project Settings". Show activity on this post. In MS, you can use Alt+Enter to disable the inspections.
Disabling Spell Check in a HTML Form: To disable spellcheck in a HTML form the spellcheck attribute is set to “false”.
Follow :
File >> Settings >> Editor >> Inspections >> Proofreading >> Typo
->
Uncheck the options that you want to disable.
Source for more details - Spellchecking with intelliJ
For 12.1.6 on OSX:
Preferences->Inspections->Spelling
I've put together a "visual solution" here (inspired by a previous solution above/below by @user277236 in this forum!).
In Webstorm you can either:
I'm on MacOS Webstorm (version 2016.1.2). First thing first, go to the "Inspection" pane like this...
Webstorm -> Preferences -> search for "Inspections"
or...
Webstorm -> Preferences -> Editor -> Inspections
Within the Inspection search box, search "Spelling".
I've gone for option 2 myself. This seems to work for me so far.
In Windows and Android 2.3 ...
File -> Settings -> Inspections -> Spelling ...
Use the annotation for the class / method / field
@SuppressWarnings("SpellCheckingInspection")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With