VS Code 中常用快捷鍵
組合鍵 說明 Ctrl+K F Close folder Ctrl+K Ctrl+O Open folder Ctrl+R Open Project (透過歷史記錄清單) Ctrl+Shift+E Explorer / Editor 間的焦點切換 Ctrl+0 Focus Side Bar 將焦點切換至 Side Bar Ctrl+B 顯示/隠蔵 Side Bar Ctrl+[1~9] 在 Editor Groups 間焦點切換 Ctrl+Enter 在 新 Group 中打開新指定檔案 Ctrl+\ 拆分編輯視窗 Ctrl+K Ctrl+\ 在新 Group 中(在現在 Group 的下方)打開游標在的檔案 Ctrl+F4 or Crtl+W Close Editor Ctrl+Alt+←→ 在 Groups 間移動檔案 Ctrl+Shift+PgUp/PgDn 在同一個 Group 中移動目前的 editor 到左/右邊 Ctrl+PgDn/PgUp 在 Tabs 間的焦點切換(跨 Groups) Ctrl+Tab 在同一個 Group 在已開啟的檔案清單中切換(往下) Ctrl+Shift+Tab 在同一個 Group在已開啟的檔案清單中切換(往上) Ctrl+K Ctrl+C 註解游標在的這行 Ctrl+Shift+\ 找到對應的括弧 Ctrl+K Ctrl+U 移除註解 (游標在的這行) Ctrl+/ 在 “註解/移除註解” 間切換 (游標在的這行) Shift+Alt+A 切換區塊註解 (針對被選擇的程式碼) Shift+Alt+F 將檔案中程式碼格式化 Ctrl+K Ctrl+F 將被選取的程式碼格式化 Ctrl+L 全選整行 (重覆則可往下選擇多行) Ctrl+X 或 Ctrl+Shift+K 刪除一行 Ctrl + backspace 刪除游標前的字句 Ctrl+K Ctrl+X 刪除行尾的空白字元 Ctrl+, Settings 顯示設定功能 Ctrl+K V 顯示/隱藏 Markdown file 的 Preview 功能 Alt+[1~9] 在Group 中 Tabs 間作焦點切換 Alt+0 移至同一個 Group 中最後一個 editor Tab Alt+Shift+0 切換 Groups 成為並列或並排 Ctrl+Shift+P Show Command Palette Ctrl+P Open File Ctrl+K Ctrl+S Keyboard Shortcuts Ctrl+K S Save All Files Ctrl+N New File Ctrl+K Ctrl+W 關閉所有開啟的檔案 Ctrl+K W 關閉現行 Group Ctrl+I 顯示系統建議 Ctrl+Shift+T 重新開啟關閉的檔案 Ctrl+K M 切換檔案格式 Change Language Mode Ctrl+K Enter Keep preview mode editor open (將目前以 Preview 模式開啟的檔案轉換成編輯模式) Ctrl+K P Copy path of an active file (將目前的檔案目徑含檔名複製到剪貼簿中) Ctrl+K R Reveal active file in Explorer (將目前的檔案開啟在新的 檔案總管視窗 中) Ctrl+K O Show active file in a new window/instance (將目前的檔案開啟在新的 vscode 中) Ctrl+Alt N run code in code runner (屬擴充套件的功能) Ctrl+= 放大 Ctrl+- 縮小 Ctrl+0 (Num Lock) 恢復原來大小 Ctrl+Shift+L 用你已選擇的字串來標示(選擇)整個檔案中所有符合的文字 Ctrl+F2 不須要先選擇目標字串即可有同上的功能 Shift+Alt+←→ Select until the end of the word Ctrl+F Find Ctrl+Shift+O Show Symbol Document Outline Ctrl+Shift+F File Find Ctrl+Shift+G Git Ctrl+Shift+D Debug Ctrl+Shift+X Extension Ctrl+Alt+↑↓ Multi line column selection Ctrl+D Multi Currsor selection Alt+z 切換斷行功能 Alt+Shift+↓ 複製焦點在的這一行 Alt+↑↓ 移動焦點在的這一行往上/往下 Alt+←→ Go back / forward (往前/後 曾經的操作過程) Alt+F5 在程式碼比對視窗中,移動到下一個程式碼有變動處 Alt+Shift+F5 在程式碼比對視窗中,移動到上一個程式碼有變動處 F12 Go to Definition (跳至"Function" / “變數” 定義地方) Shift+F12 Go to References (檢視 “Function” / “變數” 使用的地方) Ctrl+F12 Go to implementations (跳至"Function" / “變數” 實現的地方) Alt+F12 Peek definition (檢視 “Function” / “變數” 的出處及定義內容) Ctrl + ‵ (or Ctrl+J) 切換整合是終端機 Ctrl + shift + ‵ 建立新的整合終端機 Ctrl + shift + c 建立新的終端機 (焦點在 Terminal 時無效) Ctrl + shift + 5 切割終端機 Alt + ↑↓←→ 切換整合終端機聚焦點 Alt + U 若所在檔案不是 ts 檔,則顯示對應的 ts 檔案。若是 ts 檔,則顯示前一個檔案 Alt + I 若所在檔案不是 css 檔,則顯示對應的 css 檔案。若是 css 檔,則顯示前一個檔案 Alt + O 若所在檔案不是 html 檔,則顯示對應的 html 檔案。若是 html 檔,則顯示前一個檔案 Alt + P 若所在檔案不是 spec....