【Vscode】不同系统快捷键
1、移动行或选择
将当前选定的内容上移或下移一行:
- Linux / Windows: Alt + Up / Down Arrow
- Mac: Opt + Up / Down Arrow
2 、复制行或选择
将选定内容向上或向下复制:
- Windows: Alt + Shift + Up / Down Arrow
- Linux: Ctrl + Alt + Shift + Up / Down Arrow
- Mac: Opt + Shift + Up / Down Arrow
3 、 切换标签
切换到下一个或上一个打开的标签页:
- Linux / Windows: Ctrl + PageUp / PageDown
- Mac: Cmd + Opt + Left / Right Arrow
4、查找文件
使用模糊搜索在当前编辑器会话中查找任意位置的文件:
- Linux / Windows: Ctrl + P
- Mac: Cmd + P
5、查找符号
使用模糊搜索在当前编辑器会话中查找类、函数或属性的位置:
- Linux / Windows: Ctrl + T
- Mac: Cmd + T
6、展开/折叠当前代码块
展开或折叠一个代码块,例如函数或类:
- Linux / Windows: Ctrl + K -> Release -> Ctrl + L
- Mac: Cmd + K -> Release -> Cmd + L
7、切换终端面板
在分割窗格配置中切换到下一个或上一个终端:
- Linux / Windows: Alt + Left / Right Arrow
- Mac: Cmd + Opt + Left / Right Arrow
8、更改终端面板大小
调整终端区域的大小以查看更多或更少的内容:
- Linux: Ctrl + Shift + Left / Right Arrow
- Mac: Ctrl + Cmd + Left / Right Arrow
原文地址:https://blog.csdn.net/weixin_43945903/article/details/143902953
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!