1. 程式人生 > >VsCode使用之HTML 中 CSS Class 智能提示

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

body quic port ref 安裝 mar gpo market vsc

HTML 中 CSS Class 智能提示

  1. 安裝插件:HTML CSS Support
  2. 設置中添加以下代碼:

    "editor.parameterHints": true,
    "editor.quickSuggestions": {
    "other": true,
    "comments": true,
    "strings": true

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