VsCode无法智能提示style标签内的class名

83 阅读1分钟

1、安装HTML CSS Suppor

image.png

2、打开stttings.json,添加配置

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

image.png