Skip to content

When py5 auto-completion is active, other imported modules won't auto-complete/list methods #32

@tabreturn

Description

@tabreturn

Steps to repeat:

  1. Install a package, say cowsay
  2. Activate py5 > Imported mode for py5
  3. Try something like:
    import cowsay
    cowsay.  # now press ctrl+space, but there are no methods listed

But, if one deactivates py5 > Imported mode for py5, the auto-completion works fine for cowsay.

Note: this seems to work fine with standard modules, such as time. It also looks like maybe everything in plug-ins works fine? (things that installed with the plug-in, like tkcolorpicker; pymunk installed as a plug-in after Imported mode for py5 re-activated)

Note: this is a Thonny 4 issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions