You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead?
When I complete a bare word using pysmell, it seems to complete from every
symbol in PYSMELLTAGS*.
eg. Typing "op" shows every single open() function from every module
in the Python stdlib, regardless of what's been imported.
Preferably it would only complete symbols from imported modules, and
ideally only explicit symbol imports (from X import Y) or imported modules
(import X).
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
What is the expected output? What do you see instead?
When I complete a bare word using pysmell, it seems to complete from every
symbol in PYSMELLTAGS*.
eg. Typing "op" shows every single open() function from every module
in the Python stdlib, regardless of what's been imported.
Preferably it would only complete symbols from imported modules, and
ideally only explicit symbol imports (from X import Y) or imported modules
(import X).
The text was updated successfully, but these errors were encountered: