目录

vscode编写Python时函数无法自动补全

目录

vscode编写Python时函数无法自动补全

在VS Code界面,Ctrl+Shift+P,打开命令行;

输入setting,选中首选项的JSON模式设置界面

https://i-blog.csdnimg.cn/blog_migrate/01dccfac311c29c187895ddd01817ee3.png

1.在用户设置中找到下面代码,将其设置为True

 "python.autoComplete.addBrackets": true

2.如果以上设置不能生效,将下面代码设置为True

"python.jediEnabled": true

https://i-blog.csdnimg.cn/blog_migrate/66ca31c834df2662996a7c035c182c46.png