VS Code(Mac)的常用快捷键(持续学习更新中......)

769 阅读1分钟

一、vs code 常用快捷键

  • 查找
    • 在某个文件查找关键字:command+f
    • 全局查找文件:command+p
    • 全局查找关键字:command+shift++f
  • 注释:
    • 单行注释:command+/
    • 多行注释:shift+option+a
  • 复制:command+c
  • 剪切:command+x
  • 粘贴:command+v
  • 全选:command+a
  • 撤回:command+z
  • 撤销撤回:command+shift+z
  • 删除某行:cpmmand+shift+k
  • 下一行插入:command+enter
  • 上一行插入:command+shift+enter

二、vs code 常用插件

三、常用的电脑快捷键

  • 永久删除文件 command+option+delete