具体是这个弹出框:
几乎每次我输入任何内容时它都会出现,而且有点碍事.
It appears almost every time I type anything, and it's kind of getting in the way.
我在设置中禁用了代码完成,并卸载了 Kite,并禁用了 Jedi.有什么想法吗?
I have disabled code completion in the settings, and uninstalled Kite, and disabled Jedi. Any ideas?
(这里是 Spyder 维护者) 要在 Spyder 5 中禁用这些补全(称为后备补全),您需要转到
(Spyder maintainer here) To disable those completions (called fallback completions) in Spyder 5, you need to go to
工具 >偏好>完成和 Linting >通用
并停用名为Enable Fallback provider的选项.
对于 Spyder 4,请转到
For Spyder 4, please go to
工具 >偏好>完成和 Linting >进阶
并停用名为 Enable fallback completions 的选项.
and deactivate the option called Enable fallback completions.
这篇关于如何在 Spyder 4 中禁用关键字/文本建议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何在 conda 环境中安装 Selenium?How to install Selenium in a conda environment?(如何在 conda 环境中安装 Selenium?)
使用 Anaconda installe 在 Windows 上获取 CUDA 和 CUDNNget the CUDA and CUDNN version on windows with Anaconda installe(使用 Anaconda installe 在 Windows 上获取 CUDA 和 CUDNN 版本)
如何下载适用于 python 3.6 的 AnacondaHow can I download Anaconda for python 3.6(如何下载适用于 python 3.6 的 Anaconda)
使用两个不同的 Python 发行版Using two different Python Distributions(使用两个不同的 Python 发行版)
除了 OSX 上现有的 pyenv 安装之外,如何安装 AnaHow can I install Anaconda aside an existing pyenv installation on OSX?(除了 OSX 上现有的 pyenv 安装之外,如何安装 Anaconda?)
在 Cygwin 中为 Anaconda 永久设置 Python 路径Permanently set Python path for Anaconda within Cygwin(在 Cygwin 中为 Anaconda 永久设置 Python 路径)