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

HTML 中 CSS Class 智能提示

  1. 安装插件:HTML CSS Support
  2. 设置中添加以下代码:
"editor.parameterHints": true,
"editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true
posted @ 2018-01-12 09:00  bearkchan  阅读(33005)  评论(4编辑  收藏  举报