效果图
实现步骤
-
文件 > 首选项 > 设置
-
搜索""
-
在settings.json中修改,增加
bash"emmet.syntaxProfiles": { "html": { "attr_quotes": "single" }, "jsx": { "attr_quotes": "double", "self_closing_tag": true }, "tsx": { "attr_quotes": "double", "self_closing_tag": true } }
-
保存
-
ok