VS Code Intellisense - 不相关的方法
我从旧的 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
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因为您已启用
python snippets
扩展。您可以禁用或卸载它,也可以将其添加到 settings.json 文件中:Because you have enabled
python snippets
extension. You can disable or uninstall it, or you can add this in the settings.json file: