VScode中Python自动补全函数的括号

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

 "python.autoComplete.addBrackets": true

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

"python.jediEnabled": true