首先在code中安装 Prettier -Code formatter[代码格式化程序] 第二步在菜单栏中打开设置 第三步在搜索条搜索prettier,点击在settings中编辑 第四步添加一条保存时格式化代码的语句 "editor.formatOnSave": true 如果出现错误有可能是在上一条语句中结尾没有加 逗号 加上即可 相关文章教程推荐:vscode教程