VS Code Intellisense - 不相关的方法

发布于 2025-01-10 10:05:38 字数 336 浏览 0 评论 0原文

我从旧的 Windows 笔记本电脑搬到了一台新笔记本电脑。我安装了 VS Code 并从用户目录中的 .vscode 传输文件和文件夹,以继续使用相同的设置和插件。 现在,在 VS 代码中,IntelliSense 将许多不相关的方法放在其列表顶部 .add、.append、.capitalize 等。

示例

示例

我正在使用的所有对象都会发生这种情况,无论是内置类还是用户定义的类。 我的旧笔记本电脑没有这个问题。 我的语言服务器是 Pylance,我启用了 IntelliSense。 我该如何解决这个问题?

I moved from old Windows laptop to a new one. I installed VS Code and transferred files and folders from .vscode in my user's directory to continue using the same settings and plugins.
Now in the VS code IntelliSense puts lots of unrelated methods on top of its list .add, .append, .capitalize, etc.

Example

Example

This happens with all objects I'm working with, whether it's a built-in or a user defined class.
My old laptop doesn't have this problem.
My language server is Pylance, I have IntelliSense enabled.
How can I fix that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鱼忆七猫命九 2025-01-17 10:05:38

因为您已启用 python snippets 扩展。您可以禁用或卸载它,也可以将其添加到 settings.json 文件中:

"editor.snippetSuggestions": "none",

Because you have enabled python snippets extension. You can disable or uninstall it, or you can add this in the settings.json file:

"editor.snippetSuggestions": "none",
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文