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

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

Open
tabreturn opened this issue Jul 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@tabreturn
Copy link
Owner

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.

@tabreturn tabreturn added the bug Something isn't working label Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant