首先在VSCode中打开一个HTML文件
然后点右下角的“选择语言模式”
然后点击配置HTML语言的基础设置
然后在打开的界面中(右侧)
输入如下代码
{ "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, "[html]": { } }
然后重启VSCode
再试试看