我安装了扩展名:适用于Python的autodocstring,并且在'''和“ enter”之后生成了doc字符串的代码片段不起作用。
我重新启动了VSC,没有任何变化。
这是我的settings.json:
{
"python.pythonPath": "C:/Python/Python37-32",
"editor.hover.enabled": false,
"python.dataScience.sendSelectionToInteractiveWindow": true,
"autoDocstring.docstringFormat": "google",
"autoDocstring.generateDocstringOnEnter": true,
}