streetsidesoftware / vscode-spell-checker

A simple source code spell checker for code
https://streetsidesoftware.github.io/vscode-spell-checker/
Other
1.41k stars 126 forks source link

Enhancement request: disable automatic spell-checking #2320

Open rlyonbox opened 1 year ago

rlyonbox commented 1 year ago

I want to spell-check my code sometimes, not all the time - it's too laborious to teach it the ~800 words that aren't actually a problem.

Having the option to only spell-check when I use a command-palette command would make this a usable plugin for me.

Jason3S commented 1 year ago

I guess the enhancement would be to enable spell checking of only highlighted code.

To Toggle the Spell Checker, use the command: Spell: Toggle Spell Checking

image

FYI to add a lot of words, open a file with issues and run the command: Spell: Add All Spelling Issues to Dictionary.

image