Sometimes autocompletion doesn't work
See original GitHub issueIn [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:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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).
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:
or use old-style completions:
I’ve confirmed that https://github.com/davidhalter/jedi/pull/1370 fixes the issue.