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

HTML 中 CSS Class 智能提示

  1. 安装插件:HTML CSS Support
  2. 设置中添加以下代码:
"editor.parameterHints": true,
"editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
posted @ 2019-02-12 11:48  彭成刚  阅读(5791)  评论(2编辑  收藏  举报