-
command + ~
vsCode在打开的项目之间切换 -
alt + shift + f
代码格式化 -
ctrl + `
打开终端 -
ctrl + o
运行终端命令 -
ctrl + l
终端清屏,等于 clear (windows的cls)命令 -
shift + command + p
打开命令窗口 -
command + p
搜索与打开指定文件 -
全部代码块折叠与打开
command + k + 0 ——> 折叠
command + k + j ——> 打开 -
在已打开文件之间切换
ctrl + tab -
在已打开工程之间切换
command + `
` 按键是tab键上、数字1左边的键位。
- 直接移动选中代码位置
alt + ↑ 或 alt + ↓