赞
踩
1、打开vscode的设置:
2、在用户设置中添加下面代码
- "editor.parameterHints": true,
- "editor.quickSuggestions": {
- "other": true,
- "comments": true,
- "strings": true
- }
步骤如下(如果找不到用户设置settings.json):点击:https://blog.csdn.net/qq_25378657/article/details/109516161
效果图如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。