最近博主开发编码的工具从Sublime转到了VS code,两个工具各有各的优缺点,像VS code就没有Sublime那样跳转的如此方便,但依然阻值不了它的真香,现在把自己安装的一些插件分享给大家,具体的使用看插件的介绍即可,就不一一具体展开了。
一、功能类
1.中文插件 Chinese(Simplied) Lang
2.Git源代码管理插件 GitLens
- 提示如下报错:
GitLens was unable to find Git. Please make sure Git is installed. Also ensure that Git is either in the PATH, or that 'git.path' is pointed to its installed location.
- 解决:
- 需要先安装windows下的Git, 修改VS code的Git 路径即可
//git bash 查询git.exe路径
where git