vscode智能提示class类名

安装HTML CSS Support 插件

HTML CSS SupportHTML CSS Support

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