Install
From the Extensions view
- Open the Extensions view:
Ctrl+Shift+X(Windows, Linux) orCmd+Shift+X(macOS). - Search for code-spell-checker.
- Select Code Spell Checker by Street Side Software and choose Install.
From the command line
code --install-extension streetsidesoftware.code-spell-checker
Substitute code-insiders, cursor, or codium for other builds. For VSCodium and other
Open VSX based editors, the extension is published to the
Open VSX registry.
Confirm that it is running
The spell checker adds an entry to the status bar. Open any Markdown or source file and type
a misspelled word, for example recieve. The word should receive a squiggly underline.
If nothing is underlined, see Enabling file types.
No configuration is required
The extension operates with its default configuration. Spell checking is performed locally; no document content is transmitted.
Next: Making corrections