Youtube视频(https://www.youtube.com/watch?v=J3PH1EOPKhU)推荐使用Prettier-ESLint for VS Code。
Visual Studio Marketplace没有它。
我找到了Github:https://github.com/prettier/prettier-eslint
但是,我不理解安装说明。
答案 0 :(得分:1)
您应该了解以下这些内容:
eslint
和prettier
是可通过CLI使用的工具。像eslint --fix
之类的东西。
要将漂亮的代码与VS代码集成在一起,您还需要使用该插件使其在VS代码上起作用:https://github.com/prettier/prettier-vscode