HTML 中 CSS Class 智能提示
- 安装插件:HTML CSS Support
设置中添加以下代码:
"editor.parameterHints": true, "editor.quickSuggestions": { "other": true, "comments": true, "strings": true
设置中添加以下代码:
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
VsCode使用之HTML 中 CSS Class 智能提示
原文:https://www.cnblogs.com/bearkchan/p/8274131.html