vscode html 代码补全

  • 安装HTML CSS Support 插件
  • 用户设置中添加如下代码:
1
2
"editor.parameterHints": true, 
"editor.quickSuggestions": { "other": true, "comments": true, "strings": true }