Auto-completion is not working
See original GitHub issueDescription
What steps will reproduce the problem?
- auto completion of variables or builtin functions is not working with ctrl+space bar
What is the expected output? What do you see instead? Auto-completion should perform with Ctrl+space bar
Please provide any additional information below Kindly help us in auto-completion mode in spyder
Version and main components
- Spyder Version: 2.3.7
- Python Version: 2.7.10
- Qt Versions: 4.8.6, PyQt4 (API v2) 4.10.4 on Windows
Optional dependencies
pyflakes >=0.5.0 : 1.0.0 (OK)
pep8 >=0.6 : 1.6.2 (OK)
pygments >=1.6 : 2.0.2 (OK)
IPython >=1.0 : 4.0.0 (OK)
zmq >=2.1.11 : 14.7.0 (OK)
qtconsole >=4.0 : 4.1.0 (OK)
pandas >=0.13.1 : 0.16.2 (OK)
sphinx >=0.6.6 : 1.3.1 (OK)
rope >=0.9.2 : 0.10.2 (OK)
jedi >=0.8.1;<0.9.0: 0.9.0 (NOK)
matplotlib >=1.0 : 1.4.3 (OK)
sympy >=0.7.3 : 0.7.6 (OK)
pylint >=0.25 : None (NOK)
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:10 (2 by maintainers)
Top Results From Across the Web
jquery autocomplete not working - Stack Overflow
The problem you're having is that you are using the jQuery Autocomplete plugin but you're calling it the way you would call the...
Read more >AutoComplete not working correctly - Outlook - Microsoft Learn
Check to see if AutoComplete is turned on · In Outlook, select File > Options. · Select the Mail tab. · Scroll roughly...
Read more >Google Search Autocomplete Not Working? Try This Fix - Alphr
If the autocomplete feature is enabled but still not working, try disabling the account sync feature in the You and Google tab as...
Read more >auto complete is not working - jQuery Forum
Another possibility is that you are running on a LAN where you don't have access to code.jquery.com. But you would have noticed that...
Read more >[Solved] jQuery UI AutoComplete not working in ASP.Net
Auto Complete not working once i change the Table parameter, it keeps displaying error in dialogue box. It baffles me when i change...
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
Hi all. With jedi 0.8.1 it works well. Try this: $ sudo pip3 uninstall jedi $ sudo pip3 install jedi==0.8.1
Hi! Sorry, perhaps, it is absolutely how it is intended to work, but for me it is some nuisance related to autocompletion. I write a lot of SQL queries via pandahouse/clickhouse_driver. As in every other case, these queries are in quotation marks. Would it be possible to turn on autocompletion so that after I do “”“SELECT networkname FROM database”“” I could later use autocompletion when I start to write “networkname” word