How to disable keyword / text suggestion in Spyder 4?

心已入冬 提交于 2020-01-25 08:26:05

问题


Specifically this popup box:

It appears almost every time I type anything, and it's kind of getting in the way.

I have disabled code completion in the settings, and uninstalled Kite, and disabled Jedi. Any ideas?


回答1:


(Spyder maintainer here) To disable those completions (called fallback completions), you need to go to

Tools > Preferences > Completion and Linting > Advanced

and deactivate the option called Enable fallback completions.



来源:https://stackoverflow.com/questions/59707973/how-to-disable-keyword-text-suggestion-in-spyder-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!