Vscode-spell-checker: avoid spellings of builtin/third-party imports

Created on 30 Jan 2019  路  2Comments  路  Source: streetsidesoftware/vscode-spell-checker

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.

enhancement

Most helpful comment

I agree.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xwang233 picture xwang233  路  4Comments

mgroves picture mgroves  路  5Comments

lucamartinetti picture lucamartinetti  路  3Comments

blackwind picture blackwind  路  3Comments

jose-a-sa picture jose-a-sa  路  6Comments