vscode 常用快捷键

  1. 打开终端 control + shift + `
  2. 打开/关闭 新窗口 control + shift + n control + shift + w
  3. 剪切行 control + x
  4. 复制行 control + c
  5. 向上向下移动行 alt + ↑ alt + ↓
  6. 向上向下复制行 shift + alt + ↑ shift + alt + ↓
  7. 删除行 control + shift + k
  8. 列选择 control + shift + alt + ↑ / ↓
  9. 转到定义 f12 (如果没生效就打开系统偏好设置里面的键盘,勾选将f1 f2等设置为标准功能键)

你可能感兴趣的:(vscode 常用快捷键)