vscode引入文件快速跳转到指定文件(常用插件)

别名路径跳转

安装扩展

在这里插入图片描述
别名路径跳转官网


vscode终端git bash使用

setting.json

Git-Bash路径为本机 git安装位置 需要根据自己的机器下载路径自行填写

{
  "editor.formatOnSave": true,
  "[vue]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "git.confirmSync": false,
  "editor.codeActionsOnSave": {
  
  },
  // 自动补全
  "path-intellisense.mappings": {
    "@": "${workspaceRoot}/src"
  },
  "terminal.integrated.profiles.windows": {
    "PowerShell": {
      "source": "PowerShell",
      "icon": "terminal-powershell"
    },
    "Command Prompt": {
      "path": [
        "${env:windir}\\Sysnative\\cmd.exe",
        "${env:windir}\\System32\\cmd.exe"
      ],
      "args": [],
      "icon": "terminal-cmd"
    },
    "Git-Bash": {
      "path": "D:\\Program Files\\Git\\bin\\bash.exe"
    }
  },
  // "terminal.integrated.defaultProfile.windows": "Command Prompt",
  "terminal.integrated.defaultProfile.windows": "Git-Bash",
  "git.defaultCloneDirectory": "",
  "git.path": "D:\\Program Files\\Git\\bin\\git.exe",
  "timeline.excludeSources": ["timeline.localHistory"],
  "code-runner.fileDirectoryAsCwd": true
}

在这里插入图片描述
重启vscode

终端为git环境

在这里插入图片描述


查看项目git提交记录 下载扩展
Git Graph,Git History
重启vscode 会出现一栏 时间线
在这里插入图片描述
可根据自己的需要 移动该栏
在这里插入图片描述

  • 7
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值