Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion candidates are pulled from every module in PYSMELLTAGS #16

Open
rohdef opened this issue Oct 24, 2011 · 0 comments
Open

Completion candidates are pulled from every module in PYSMELLTAGS #16

rohdef opened this issue Oct 24, 2011 · 0 comments

Comments

@rohdef
Copy link
Owner

rohdef commented Oct 24, 2011

What steps will reproduce the problem?

  1. Normal completion.

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant