如何在 Spyder 4 中禁用关键字/文本建议?

时间:2023-01-24
本文介绍了如何在 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 中禁用关键字/文本建议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

上一篇:根据跨越边界的数量,突出显示超过或低于阈值的 matplotlib 点 下一篇:无法更新到 Anaconda Navigator 1.10.0 (MacOS)

相关文章

最新文章