Open gandalfsaxe opened 6 years ago
I'm working on a way to fix this, but at the moment, the spell checker is not aware of imports. The solution has been to add the library methods to the python dictionary.
The longer term solution is to make the spell checker aware that it is an import.
This would be great. I am regularly having to add library symbols to my dictionary.
E.g. why do I get an error on
chdir
andgetcwd
as shown below? Shouldn't this be known symbols after importingos
in python?