-
-
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
Auto-completion is not working #2780
Comments
I'm having the same issue. In the console I have auto-complete, it isn't present in the editor |
What are you trying to complete in the Editor? |
Hi all. With jedi 0.8.1 it works well. Try this: |
Hi, I have the same issue even after having downgraded to jedi 8.1... Autocompletion works in console, not in editor. eg: df=pd.DataFrame() In the console, it completes after pressing tab. Greetings, Marc Spyder Version: 2.3.7 IPython >=1.0 : 4.0.0 (OK) |
thanks for the information. I updated rope to 0.10.3 but still no success. This is an Anaconda installation on Windows 10 64-bit: sys.version: Can you tell me if you have the same settings in tools->preferences->editor? |
Thanks again. I was trying around a little and made some success (Settings are the same like in my previous posts): what definitively not works: what works: numpy stuff very strangely only works once and never again if you cancel the drop-down menu via escape: arr=np.array([1,2,3]) For now, the behavior just seems to be a little buggy. It is however much better now than with jedi 0.9 and rope<0.10.3. . So for anyone encountering this issue, i would also suggest to upgrade rope and downgrade jedi. Any further hints will be appreciated. |
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 |
Description
What steps will reproduce the problem?
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
Optional dependencies
The text was updated successfully, but these errors were encountered: