1.VScode左下角打开命令面板

2.搜索Setting.json
3.打开后添加如下字段即可,保存重启VScode,内联样式提醒生效

4.代码
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
本篇博客介绍了如何在VScode中开启命令面板,搜索Setting.json文件,并添加配置参数以启用编辑器的参数提示和快速建议功能。通过设置'editor.parameterHints'为true及'editor.quickSuggestions',开发者可以在编写代码时获得更丰富的智能辅助体验。
1.VScode左下角打开命令面板

2.搜索Setting.json
3.打开后添加如下字段即可,保存重启VScode,内联样式提醒生效

4.代码
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
}
4937
1万+
2292
1444

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