1、打开vscode的设置:
2、在用户设置中添加下面代码
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
步骤如下(如果找不到用户设置settings.json):点击:https://blog.youkuaiyun.com/qq_25378657/article/details/109516161
效果图如下: