vscode-spell-checker
vscode-spell-checker copied to clipboard
names of imported packages
Imported packages in many languages often have non-dictionary names. Would there be a way that for example in Python:
import numpy as np
automatically adds numpy and np to the file dictionary (if we import with wrong name, the linter will complain and catch it anyways :) ).
Is there any intention to add this enhancement? It's very irritating to see spellcheck warnings on imported modules in React...
@afor-mla,
Yes there is.