Spell Plus (VS Code Extension)

December 21, 2025 ยท View on GitHub

Spelling diagnostics with quick fixes (ES/EN).

Features

  • Spell-check diagnostics for the active document
  • Quick Fixes:
    • Replace with suggested words
    • Add word to workspace or user dictionary

Run

  1. npm install
  2. Press F5 (Run Extension)

Commands

  • Spell Plus: Recheck Document
  • Spell Plus: Add Word to Workspace Dictionary
  • Spell Plus: Add Word to User Dictionary

Settings

  • spellPlus.enabled
  • spellPlus.languages (default: ['en','es'])
  • spellPlus.debounceMs
  • spellPlus.maxDocumentLength
  • spellPlus.maxProblems (default: 200)
  • spellPlus.ignoreRegExp
  • spellPlus.onlyActiveEditor (default: false)
  • spellPlus.excludedLanguageIds (default: ['json','jsonc','log'])

License

MIT