Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 978 Bytes

File metadata and controls

51 lines (25 loc) · 978 Bytes

vscode

记录vscode 常用快捷键

  • 打开终端 ctrl + esc / cmd+opt+.
  • start debug F5
  • 打开命令面板 cmd+shift+p
  • 选择文件 cmd+p
    • ? 显示建议
  • 打开最近文件 ctrl + r
  • 关闭文件夹 cmd + k ; f
  • 切换tab ctrl+tab
  • 选择多行光标 cmd+click
  • 所有全文所有相同单词后加光标 cmd+shift+l
  • 选中本行 cmd + l
  • 如果不想选中全文中所有单词 cmd+d
  • 从某一列开始选中文本 shift+opt+拖拽鼠标
  • 代码块展开,合并 cmd + opt + [ / ]
  • 分页 cmd+\
    • 切换 cmd + 1、2 ...
  • Copy line up / down shift+opt+⬆️/⬇️
  • move line up / down opt + ⬆️/⬇️
  • 改变选中单词大小写 command paltte + transform to uppercase / lowercase settings.json() 保存用户的配置文件
  • .vscode 文件夹保存在工作区根目录下存放配置文件
    • tasks.json for the Task Runner and launch.json for the debugger.
  • 选择文件语言 cmd + k ; m