{
"breadcrumbs.enabled": true,
// 设置全部的文件都是4个字符缩进
"editor.detectIndentation": true,
// 关闭vscode自动更新提示
"update.mode": "none",
// 设置在保存文件时对代码进行格式化
"editor.formatOnSave": false,
// beautify的设置*****start
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[css]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[less]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[vue]": {
"edit
Visual Studio Code 配置格式化自动对齐等
最新推荐文章于 2024-07-22 15:48:03 发布
本文介绍了如何配置Visual Studio Code以实现文件4个字符缩进、关闭自动更新提示、在保存时格式化代码,并重点展示了使用Beautify插件对JavaScript、HTML、CSS、Vue等文件进行格式化的设置方法。
摘要由CSDN通过智能技术生成