Spell Plus (VS Code Extension)
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 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
| |