类型补全
在 ./vscode/setttings.json中设置python 类型提示
"python.languageServer": "Default",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.callArgumentNames": true,

486

被折叠的 条评论
为什么被折叠?



