Feature Request: Quickly add/remove file from ignorePaths
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!
I agree that this would be a useful feature.
There are a few things that could be much better:
- Make it clear which ignore clause is causing a file to be ignored.
- Make it easy to add a file/path ignore clause without needing to edit the
settings.json. - Make it obvious how to add a file/path to be checked even though a parent path would be excluded.
I would argue that most useful on this would be to ignore files not tracked by git. It is very annoying to see cspell running on random files I open in editor that are outside my workspaces.
I cannot really fix spelling mistakes in these files. Basically I want the extension to spot spelling mistakes the same way cspell cli would do when run under current workspace directory.