Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Spell CheckNew to Visual Studio Code? Get it now.
Spell Check

Spell Check

solomonkinard

solomonkinard.com
|
407 installs
| (1) | Free
Local spell checker
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Spell Check

A simple spell checker that runs offline.

Help

  • Bugs
  • Documentation

Basics

  • Quick fix for common misspellings.
  • Ignore words with anything other than lowercase letters.
  • Add or remove words from your custom dictionary with included commands.
  • Qualified words that end in a comma or period are considered.

Advanced

  • Import or export your custom dictionary.
  • View unrecognized words as warnings in the Problems panel tab.
  • List all unrecognized words in a dropdown menu.
  • Forget words that you don't like so that they appear as problems.

Commands

  • Spell Check: Add to user dictionary
    • Add a custom word to my dictionary.
    • spell-check.addToUserDictionary
  • Spell Check: Forget word
    • Forget a word so that it's no longer valid by any means.
    • spell-check.removeFromUserDictionary
  • Spell Check: Export user dictionary
    • Export my words to a new and untitled document.
    • spell-check.exportUserDictionary
  • Spell Check: Import user dictionary (append)
    • Import my words from the active document to my dictionary.
    • spell-check.importUserDictionary
  • Spell Check: List unknown words in the document
    • Show a menu with the unknown words in the current file.
    • spell-check.commands.listUnknownWords
  • Spell Check: List custom words saved by you
    • Show my saved words in a menu for possible deletion.
    • spell-check.commands.listCustomWords
  • Spell Check: List forgotten words
    • Show words that have been intentionally removed and forgotten.
    • spell-check.commands.listForgottenWords
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft