Skip to content

快速管理

不用鼠标实现管理文件

使用插件摆脱鼠标管理文件,vscode效率提升技巧分享。

  • 安装 File Utils 插件
  • 修改热键 mac 可以通过 command+k+s,windows 用户使用 ctrl+k+s 打开设置窗口
  • 这里是将默认的cmd+n 修改为 cmd+alt+nFile Utils 插件对应的新建快捷键设置为cmd+n

快速开始调试

json
{
  "key": "ctrl+t",
  "command": "workbench.action.debug.start",
  "when": "debuggersAvailable && debugState == 'inactive'"
}

创作不易请尊重他人劳动成果,未经授权禁止转载!
Released under the MIT License.