-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
The code completion in the editor is not working #4513
Comments
If you are using Anaconda, please run in a terminal
and try again. |
Thanks for your reply. I've updated it to the latest version but it still not working. Besides, the object inspector is not working either. When I press cmd+I at an object in the editor, the Help will show nothing. However, if I do the same thing in the IPython Console, it still works. |
I have the same problem. I use WinPython. This problem does not exist with Spyder 3.1.3 and jedi 0.9.0 on my computer. Version and main components
Dependencies
|
Let's consolidate this on issue #4410. |
@arman00, the problem seems to exclusive to WinPython, at least on Windows. |
I am not sure if it is Windows specific or not. FuZhiyu says it happens on MacOS. |
hum, jedi-dev trunk has about 3 performance patches since jedi-0.10.2. maybe shall we just switch to jedi-dev until jedi-0.10.3 is out |
ipython 6 claims for jedi>=0.10. Even jedi0.10.3_trunk_of_2017-05-24 doesn't resolve the issue on Windows/WinPython (make it worth than jedi-0.10.2). So the choice is between ipython-6.0 (and 6.1 in a few days) or jedi-0.9.0, until problem goes away. |
@ccordoba12 , oh I see.. I don't use Anaconda, may try to install it and test if I find time. Thank you! |
apparently, the auto-completion works again with ipython-6.1.0 and Spyder-3.2dev |
@ccordoba12 |
@stonebig |
In pure truth, I don't know what improved things:
Here is the reference I see on the underlying issue |
I just reinstalled anaconda and auto completion working now. Steps that I followed: 1> Uninstall Anaconda from control panel Dependencies in spyder - 3.2.4 (python 3.6) IPython >=4.0 : 6.1.0 (OK) |
Following issue #5782 for spyder=3.2.6 and python 3.6.3 Anaconda, Windows 8.1 x64: pip uninstall enum34 was able to solve my problem with missing autocomplete. |
@EonSin Thanks a million for the hint with enum34! I uninstalled it with pip and code completion works perfectly after restarting spyder. Spyder 3.3.0, Python 3.6.3 Anaconda, Windows 7 x64 |
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
There should be a list of possible variable names for me to choose when I press tab.
Please provide any additional information below
It works in the IPython console, but not the editor.
Actually one hour ago it works well in the editor. Just after a dinner it is not working.
I've tried reinstalling spyder, rebooting, updating the packages, etc. It still doesn't work.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: