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

Autocomplete regression in IPython 6.x vs 5.x #11032

Closed
jni opened this issue Mar 6, 2018 · 2 comments
Closed

Autocomplete regression in IPython 6.x vs 5.x #11032

jni opened this issue Mar 6, 2018 · 2 comments
Milestone

Comments

@jni
Copy link

jni commented Mar 6, 2018

Autocomplete is now too smart for its own good, and has actually dramatically reduced in utility as far as I'm concerned. Specifically, IPython 5 was perfectly able to find directories when using tab completion:

screen shot 2018-03-06 at 1 58 09 pm

IPython 6, in contrast, "helpfully" gives me additional options:

screen shot 2018-03-06 at 1 44 44 pm

(To clarify, I typed the same thing in both instances, directory = '~/pr<TAB>'.)

Is a fix a config switch away, or is this a deeper issue?

@takluyver
Copy link
Member

(sigh) more issues with the Jedi integration. I think #11035 should fix this case.

@adrn
Copy link
Contributor

adrn commented Mar 24, 2018

In case it's useful, just adding a note that I see the same issue with ipython 6.2.1, jupyter 4.4.0, jedi 0.11.1

image

Issue goes away when I add c.IPCompleter.use_jedi = False to my ipython_config.py.

jni added a commit to jni/ipython-config that referenced this issue Mar 25, 2018
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

3 participants