Open Kieran-Bacon opened 5 years ago
I think this is the same feature I'm looking for, namely ignoring strings found in package.json
(dev) dependencies.
Eg. if I install globby
, that shouldn't be a misspelled word.
I agree.
Are there any updates on this issue?
I've been using spell checker primarily on python and js and I've found that its quite undesirable to see the spelling corrections for an external package whose interface, that for obvious reasons, you cannot change.
It tends to break the flow of writing whenever these kinds of errors are highlighted. Maybe this isn't an issue for others, but I am partially colour blind, so I can't really distinguish the indication from a syntax error or etc
Never the less, I think it would be quite feasible to ignore the spell checking of named spaced artifacts. Even if this would come with the negative of having to ignore spelling for all imported modules, I'd still think that it would be preferred. Personally, I'd rather see the spelling corrections for things in the module where they were defined.