vscode vue 自动格式化

vscode vue 自动格式化

安装Prettier和Vetur插件

选择设置,并且转到编辑文件。增加如下内容。

json 复制代码
{
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "prettier.singleQuote": true,
  "prettier.semi": false,
  "prettier.trailingComma": "es5",
  "prettier.arrowParens": "avoid",
  "prettier.endOfLine": "auto",
  "files.associations": {
    "*.vue": "vue"
  }
}
相关推荐
代码对我眨眼睛32 分钟前
重回C语言之老兵重装上阵(一)vscode编译.C文件
c语言·开发语言·vscode
huang_hai_an35 分钟前
Visual Studio Code (VSCode)为当前项目设置保存时自动格式化
ide·vscode·编辑器
小彭努力中1 小时前
64.在Vue3中使用OpenLayers显示带箭头的线段,箭头居中
前端·javascript·vue.js·arcgis·openlayers
上趣工作室1 小时前
uniapp中rpx和upx的区别
vue.js·uniapp
暗香浮动,月黑风高1 小时前
Certificates do not conform to algorithm constraints
java·ide·python·pycharm
customer081 小时前
【开源免费】基于SpringBoot+Vue.JS公司日常考勤系统(JAVA毕业设计)
java·vue.js·spring boot·后端·spring cloud
小丑西瓜6662 小时前
Vue如何构建项目
前端·javascript·vue.js·前端框架
Verdure陌矣2 小时前
C++项目目录结构以及.vscode文件下的文件详解
开发语言·c++·vscode
tiny_ten3 小时前
VSCode 搜索 搜不到
ide·vscode·编辑器
林涧泣3 小时前
【Uniapp-Vue3】manifest.json配置
前端·vue.js·uni-app