vscode使用及插件

1、settings.json设置

"git.path": "G:/Git/bin/git.exe",//配置git
    "git.enableSmartCommit": true,
    // "terminal.integrated.shell.windows": "C:\WINDOWS\System32\wsl.exe",
    "terminal.integrated.shell.windows": "G:\Git\bin\bash.exe",//配置终端支持bash和cmd

2、 Clipboard History :  快速查看多个剪切板

3、Auto close Tag  :     标签补齐插件 

4、Auto Rename Tag:  后标签同步更改

5、git graph /  git history:  查看git提交历史分支

6、Vetur /  VueHelper:  vue识别和提示

7、AutoFileName    路径提示

原文地址:https://www.cnblogs.com/gun-a/p/14021769.html