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
npm install- Press
F5(Run Extension)
Commands
Spell Plus: Recheck DocumentSpell Plus: Add Word to Workspace DictionarySpell Plus: Add Word to User Dictionary
Settings
spellPlus.enabledspellPlus.languages(default:['en','es'])spellPlus.debounceMsspellPlus.maxDocumentLengthspellPlus.maxProblems(default:200)spellPlus.ignoreRegExpspellPlus.onlyActiveEditor(default:false)spellPlus.excludedLanguageIds(default:['json','jsonc','log'])
License
MIT