[建議] 查看 >> 外觀 >> 取消顯示活動欄
的勾選 ← 基本上記住資源管理器
、全局搜索
、擴展
的快捷鍵後就不需要這個了,可以節省顯示的空間。
[可選] 查看 >> 外觀 >> 取消顯示菜單欄
的勾選 ← 因為是和標題欄在一行,所以並不會省空間,但是乾淨點也算不錯,按單按 alt 可以臨時顯示。
好吧,傳說中的禪模式
也就是關掉活動欄
的快捷鍵。。
以及,好像在用 VSCode 之前已經用了很久 TortoiseGit 了,所以 VSCode 內置的 Git 相關功能都沒怎麼了解,ctrl + shift + g
賽高。。。
部分鍵為自定義,並且需要刪掉衝突的定義;
幾個留空的是沒有默認項又沒決定好自定義成啥;
請根據命令項查看實際綁定鍵或自定義;
「VSCode」快捷鍵備忘_電腦網絡_沉冰浮水 ← 博客內表格排版太差了 - -;
「VSCode」快捷鍵備忘 - GitHub 上的 md 文件 ← 推薦 GitHub 內查看本頁;
快捷鍵 | 操作 | 命令 |
---|---|---|
ctrl + b | 切換側欄顯隱 | workbench.action.toggleSidebarVisibility |
ctrl + d | 複製當前行(向下) | editor.action.copyLinesDownAction |
ctrl + e | 展開 emmet 縮寫 | editor.emmet.action.expandAbbreviation |
ctrl + q | 切換註釋 | editor.action.commentLine |
ctrl + l | 選中當前行 | expandLineSelection |
ctrl + shift + ↑ | 選中文本 - 向上一行 | cursorUpSelect |
ctrl + shift + ↓ | 選中文本 - 向下一行 | cursorDownSelect |
ctrl + ← | 光標移動 - 單詞左側為界 | cursorWordLeft |
ctrl + shift + ← | 選中文本 - 同上 | cursorWordLeftSelect |
光標移動 - 詞首或駝峰 | cursorWordPartLeft | |
選中文本 - 同上 | cursorWordPartLeftSelect | |
ctrl + → | 光標移動 - 單詞右側為界 | cursorWordEndRight |
ctrl + shift + → | 選中文本 - 同上 | cursorWordEndRightSelect |
光標移動 - 詞尾或駝峰 | cursorWordPartRight | |
選中文本 - 同上 | cursorWordPartRightSelect | |
shift + alt + ← | 收起選擇 | editor.action.smartSelect.shrink |
shift + alt + → | 展開選擇 | editor.action.smartSelect.expand |
ctrl + p | 最近打開過的單文件 | workbench.action.quickOpen |
ctrl + r | 最近打過的工作區或文件夾 | workbench.action.openRecent |
ctrl + shift + o | 轉到編輯器中的符號 | workbench.action.gotoSymbol |
ctrl + alt + b | 格式化代碼 / 文檔 | editor.action.formatDocument |
ctrl + alt + ↑ | 同一列的上一行添加光標 | editor.action.insertCursorAbove |
ctrl + alt + ↓ | 同一列的下一行添加光標 | editor.action.insertCursorBelow |
ctrl + shift + p | 命令面板 | workbench.action.showCommands |
ctrl + shift + x | 擴展 / 插件 查看 | workbench.view.extensions |
ctrl + shift + g | 源代碼管理(Git) | workbench.view.scm |
ctrl + shfit + e | 工作區 / 文件夾查看 | workbench.view.explorer |
ctrl + shift + k | 刪除當前行 | 感覺 ctrl + l,然後 del 會更安全? |
ctrl + shift + l | 將全部查找匹配項添加到選擇 | addCursorsAtSearchResults |
alt + d | 將下個查找匹配項添加到選擇 | editor.action.addSelectionToNextFindMatch |
alt + ↑ | 向上移動行 | editor.action.moveLinesUpAction |
alt + ↓ | 向下移動行 | editor.action.moveLinesDownAction |
ctrl + k z | 禪模式 | workbench.action.toggleZenMode |
ctrl + k m | 語言模式 | workbench.action.editor.changeLanguageMode |
ctrl + k k | 快捷方式設置 | workbench.action.openGlobalKeybindings |
ctrl + k u | 關閉已經保存的編輯器頁 | workbench.action.closeUnmodifiedEditors |
ctrl + k o | 在新窗口打開活動文件 | workbench.action.files.showOpenedFileInNewWindow |
ctrl + k ctrl + l | 轉為小寫 | editor.action.transformToLowercase |
ctrl + k ctrl + u | 轉為大寫 | editor.action.transformToUppercase |