vscode配置代码:键盘快捷键配置
vscode配置代码:键盘快捷键配置vscode mac版默认快捷键 快捷名 快捷键 用途 search: find in files command shift F 搜索文件 search: Replace in files command shift R 搜索替换文件 Go to Definition command B 跳转到定义的方法 Go Back command [ 后退 Go Forward command ] 前进 Go to Line command L 跳到指定行 Format Document
- 打开键盘快捷键
- 搜索快捷键
- 开发常用快捷键
- vscode window版、mac版、Linux版默认快捷键大全
1.打开键盘快捷键:点击 ”⚙ “按钮,然后点击 ”keyboard-shortcuts“
打开键盘快捷键列表
快捷键列表
2.搜索快捷键:在搜索框中搜索你想要设置的快捷键
搜索快捷键
3.开发常用快捷键
下面这些快捷键是我开发常用的快捷键,有小伙伴其他好用快捷的欢迎分享
快捷名 快捷键 用途
search: find in files command shift F 搜索文件
search: Replace in files command shift R 搜索替换文件
Go to Definition command B 跳转到定义的方法
Go Back command [ 后退
Go Forward command ] 前进
Go to Line command L 跳到指定行
Format Document shift option F 格式化代码
File: Save command S 保存
File: Save As command shift S 另存为
Toggle Line Comment command / 注释
Go to Next Problem shift E 跳到错误处
Move Line Up option ⇧ 向上移动行
Move Line Down option ⇩ 向下移动行
Undo command Z 撤销
Select All command A 全选
Copy command C 复制
Cut command X 剪贴
Copy Line Up shift option ⇧ 复制上一行
Copy Line Down shift option ⇩ 复制下一行
4.vscode window版、mac版、Linux版默认快捷键大全
vscode mac版默认快捷键
vscode windows版默认快捷键
vscode linux版默认快捷键