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
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
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).
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).