streetsidesoftware / vscode-spell-checker

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

Feature Request: Quickly add/remove file from ignorePaths #224

Open Gruntfuggly opened 6 years ago

Gruntfuggly commented 6 years ago

Sorry if this has already been suggested, but I couldn't find it in any of the previous issues.

I work with a large codebase which has some files with many spellng mistakes in. I'd rather just ignore these individual files.

It would be really handy to be able to right click the file and add it to the ignorePaths. Even better would be to turn the 'Spell Checker enabled for Path' in the info window, into a toggle button which does the same thing.

Great extension - many thanks!

Jason3S commented 6 years ago

I agree that this would be a useful feature.

There are a few things that could be much better:

  1. Make it clear which ignore clause is causing a file to be ignored.
  2. Make it easy to add a file/path ignore clause without needing to edit the settings.json.
  3. Make it obvious how to add a file/path to be checked even though a parent path would be excluded.