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