VsCode使用之HTML 中 CSS Class 智能提示

HTML 中 CSS Class 智能提示

  1. 安装插件:HTML CSS Support
  2. 设置中添加以下代码:
"editor.parameterHints": true,
"editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
原文地址:https://www.cnblogs.com/pengchenggang/p/10364524.html