question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sometimes autocompletion doesn't work

See original GitHub issue
In [1]: import numpy
In [2]: import IPython
In [3]: ipy = IPython.get_ipython()
In [4]: ipy.Completer.all_completions("numpy.")
Out[4]: []

Python 3.7.3 (default, Apr 3 2019, 05:39:12) IPython 7.6.0.dev 6883de9d84006578fe044ae4d99e7a6a8ca7f10c Latest parso and jedi from git are used. ipy.Completer.all_completions("IPython.") works.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
davidnerocommented, Jul 16, 2019

I have the same issue. Ipython 7.6.1 with jedi 0.14.1 won’t autocomplete at the module level.

Ipython 6.5.0 works and Ipython 7.6.1 with jedi downgraded to 0.13.3 works (but seems more sluggish than 6.5.0).

0reactions
minrkcommented, Aug 8, 2019

Closing as a jedi issue in 0.14.0-0.14.1. Fix should be in 0.14.2.

To workaround while waiting for release, pin to previous jedi:

pip install `jedi==0.13.*`

or use old-style completions:

get_ipython().Completer.use_jedi = False

I’ve confirmed that https://github.com/davidhalter/jedi/pull/1370 fixes the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Auto-Complete may not work - Office | Microsoft Learn
Describes an issue in which the Auto-Complete feature may not work when you type text in a cell in Microsoft Excel.
Read more >
Google Search Autocomplete Not Working? Try This Fix - Alphr
Sometimes, the most basic answer is the best answer. One, autocomplete requires an internet connection to work, so make sure that your internet...
Read more >
Why Excel AutoComplete Feature Stops Working for Some ...
In Excel, you will find that sometimes the autocomplete of cell values will not work. And in this article, we will dig out...
Read more >
Autocomplete stops working after create a new file (#88660)
Autocomplete doesn't suggest anything. The problem is not repeatable in 100%. Sometimes it works and sometimes it doesn't.
Read more >
Terminal autocomplete doesn't work properly - Ask Ubuntu
bash-completion is a set of bash scripts which enables customized completion for specific commands. This is not just for files and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found