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