IDE配置调试及代码规范(vs code插件推荐)
vscode插件推荐&同步设置
登录vscode账号
国内推荐登录微软账号
下载中文包 chinese

创建配置文件


方便在多个语言之间切换插件项,以便在启动编辑器以后能快速加载我们所需要的插件配置
也可以去官方 Visual Studio Marketplace挑选插件
配置vue
vue extension pack
随便找一个用的人比较多的

react extension pack

vue、react有时候下载的包名重复了,也不会重复安装
美化工具(个人喜好)
material 对不同的文件类型显示不同的图标


dracula theme webstorm

vue peek

Vue 3 Snippets

Node Extension Pack

IntelliCode 智能代码提示

Node.js Modules Intellisense 路径填充

Node.js Exec 提供了node的执行命令到vscode

npm
npm Intellisense

git
gitignore

Formatting Toggle

typeScript
TypeScript Extension Pack(不用全部安装)
Move TS - Move TypeScript files and update relative

TypeScript Importer

json2ts

打开设置

搜索eslint,勾选format

搜索save format,勾选Format On Save

搜索auto fix,选on

2271

被折叠的 条评论
为什么被折叠?



