Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Completion candidates are pulled from every module in PYSMELLTAGS #16

Description

@rohdef

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions