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

Issues with autocomplete #897

Open
Trid-collab opened this issue May 18, 2021 · 1 comment
Open

Issues with autocomplete #897

Trid-collab opened this issue May 18, 2021 · 1 comment

Comments

@Trid-collab
Copy link

Hi, I am new bpython. I am using 0.21.
I found though the Autocomplete worked well in most cases like the following I had problems . When I type say "from openpyxl import Workbook, load_workbook" the autcomplete for the imports Workbook, load_workbook does'nt work.
Also when type "import matplotlib.pylot as plt " the autocomplete after the "." import matplotlib. doesn't work.
Am I missing something here or this is how it is supposed to work

@sebastinas
Copy link
Contributor

Indeed, there are some cases that bpython currently cannot handle. See https://github.com/bpython/bpython/blob/main/bpython/test/test_importcompletion.py#L50 for some of them. If you have a lot of package installed, import completion may take some time to find them.

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

2 participants