1、安装插件
open in browserPath IntellisenseAuto Close TagLive Servercss peekHTML CSS SupportAuto Rename TagColor HighlightBeautify//文件图标主题vscode-icons//颜色主题Atom One Dark ThemeOne Dark Pro//代码执行Code Runner//实现毛玻璃效果VibrancyWindows opacity
2、设置用户代码片段html.json
{ "inset jquery":{ "prefix":"jq", "body":[ "<script src=\"https://cdn.bootcss.com/jquery/3.4.1/jquery.js\"></script>" ], "description": "insert jquery" }, "insert VUE":{ "prefix": "vue", "body": [ "<script src=\"https://cdn.bootcss.com/vue/2.6.10/vue.js\"></script>" ], "description": "insert VUE" }}