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

Idea: add "Run Spell Check for Active Editor" command #274

Open myfonj opened 5 years ago

myfonj commented 5 years ago

I have (also) observed quite high "constant" CPU demand of this extension, what leads to proposal of seemingly simple workaround, what would fit my personal workflow preferences better at the same time:

Have extension set to do "nothing" for most of the time, and invoke it just on demand.

Jason3S commented 5 years ago

If you are seeing constant CPU load, then something else is going on that needs to be fixed. But, I think it is worth it to have a command that lets you run the spell checker when you want.