From d253142e709b9f465c5ed230886aeb4e3fbfeefe Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Tue, 27 Aug 2024 12:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=BF=AB=E6=8D=B7=E9=94=AE?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- ...件列表.md => VSCode_常用插件_快捷键列表.md} | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) rename Software/Applications/VSCode/{VSCode_常用插件列表.md => VSCode_常用插件_快捷键列表.md} (83%) diff --git a/Software/Applications/VSCode/VSCode_常用插件列表.md b/Software/Applications/VSCode/VSCode_常用插件_快捷键列表.md similarity index 83% rename from Software/Applications/VSCode/VSCode_常用插件列表.md rename to Software/Applications/VSCode/VSCode_常用插件_快捷键列表.md index db82be1..e03d6f2 100644 --- a/Software/Applications/VSCode/VSCode_常用插件列表.md +++ b/Software/Applications/VSCode/VSCode_常用插件_快捷键列表.md @@ -1,4 +1,4 @@ -# VSCode 常用插件列表 +# VSCode 常用插件/快捷键列表 ## Plugin @@ -85,3 +85,27 @@ 12. IKKI VSCode Light Theme (IKKI) 13. Eva Theme (fisheva) 14. Ayu (teabyii) + +## Shortcut Keys + +VSCode: + +1. Ctrl+Shift+P: 打开命令输入栏 +2. Ctrl+P: 打开文件,或输入 @ 查找符号 +3. Ctrl+R: 打开最近的项目,长按 Ctrl 键选择项目在新窗口打开,长按 Alt 键选择项目在本窗口中打开 +4. Ctrl+B: 打开/关闭 侧边栏 +5. Ctrl+~: 打开/关闭 终端 + +Markdown: + +1. Ctrl+Shift+V: 打开预览窗口 + +GitLens: + +1. Ctrl+Shift+G B: Toggle File Blame + +EIDE: + +1. F7: Build +2. Ctrl+Alt+F7: Rebuild +3. Ctrl+Alt+D: Program Flash