关于vscode的配置

Git插件

通过GitLens -- Git supercharged可以很方便的查看历史作者

Setting.json(谨慎使用,因为对import进行排序改变后可能导致类的循环引用,因此不要轻易改变类的引用顺序)

通过设置"editor.codeActionsOnSave": { "source.organizeImports": true },
达到每次保存都会自动排序与补全import

to be continued...

原文地址:https://www.cnblogs.com/steamedbun/p/12109750.html