一、HTML 中 CSS Class 智能提示
- 安装插件:HTML CSS Support
- 设置中添加以下代码:
- 保存,重启vscode
"editor.parameterHints": true,
"editor.quickSuggestions": {"other": true,"comments": true,"strings": true
二、代码补全提示
取消选中:【控制在活动代码片段内是否禁用快速建议】
【文件】----》 【首选项】 ----》 【设置】----》 【文本编辑器】----》【建议】
三、vue代码的补全插件
1、vue2.x 的代码补全插件:Vue 2 Snippets
2、vue3.x 的代码补全插件:Vue 3 Snippets