How to disable keyword / text suggestion in Spyder 4?(如何在 Spyder 4 中禁用关键字/文本建议?)
问题描述
具体是这个弹出框:
几乎每次我输入任何内容时它都会出现,而且有点碍事.
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 中禁用关键字/文本建议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Spyder 4 中禁用关键字/文本建议?
基础教程推荐
- 如何在Python中绘制多元函数? 2022-01-01
- 使用 Google App Engine (Python) 将文件上传到 Google Cloud Storage 2022-01-01
- 哪些 Python 包提供独立的事件系统? 2022-01-01
- Python 的 List 是如何实现的? 2022-01-01
- 将 YAML 文件转换为 python dict 2022-01-01
- 合并具有多索引的两个数据帧 2022-01-01
- 如何在 Python 中检测文件是否为二进制(非文本)文 2022-01-01
- 症状类型错误:无法确定关系的真值 2022-01-01
- 使 Python 脚本在 Windows 上运行而不指定“.py";延期 2022-01-01
- 使用Python匹配Stata加权xtil命令的确定方法? 2022-01-01