WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Spellchecking

Last modified: 09 August 2022

Configure: Settings/Preferences | Editor | Natural Languages | Spelling

Inspection: Settings/Preferences | Editor | Inspections | Proofreading | Typo

WebStorm checks the spelling of all your source code, including variable names, text in strings, comments, literals, and commit messages. For this purpose, WebStorm provides a dedicated Typo inspection which is enabled by default.

Typo quick fix: change
https://resources.jetbrains.com/help/img/idea/2022.2/ws_typo_rename_to_dark.png
Gif

The Typo inspection detects and highlights words that are not included in any dictionary. You can either correct the spelling or accept the word as correct (by saving it to the dictionary). Disable the Typo inspection if you want to ignore all spelling mistakes. For more information, see Configure the Typo inspection.