非常全的VsCode快捷鍵

Hhy_9288發表於2018-03-06

非常全的VsCode快捷鍵

按 Press功能 Function
Ctrl + Shift + P,F1顯示命令皮膚 Show Command Palette
Ctrl + P快速開啟 Quick Open
Ctrl + Shift + N新視窗/例項 New window/instance
Ctrl + Shift + W關閉視窗/例項 Close window/instance

基礎編輯 Basic editing

按 Press功能 Function
Ctrl+X剪下行(空選定) Cut line (empty selection)
Ctrl+C複製行(空選定)Copy line (empty selection)
Alt+ ↑ / ↓向上/向下移動行 Move line up/down
Shift+Alt + ↓ / ↑向上/向下複製行 Copy line up/down
Ctrl+Shift+K刪除行 Delete line
Ctrl+Enter在下面插入行 Insert line below
Ctrl+Shift+Enter在上面插入行 Insert line above
Ctrl+Shift+\跳到匹配的括號 Jump to matching bracket
Ctrl+] / [縮排/縮排行 Indent/outdent line
Home轉到行首 Go to beginning of line
End轉到行尾 Go to end of line
Ctrl+Home轉到檔案開頭 Go to beginning of file
Ctrl+End轉到檔案末尾 Go to end of file
Ctrl+↑ / ↓向上/向下滾動行 Scroll line up/down
Alt+PgUp / PgDown向上/向下滾動頁面 Scroll page up/down
Ctrl+Shift+[摺疊(摺疊)區域 Fold (collapse) region
Ctrl+Shift+]展開(未摺疊)區域 Unfold (uncollapse) region
Ctrl+K Ctrl+[摺疊(未摺疊)所有子區域 Fold (collapse) all subregions
Ctrl+K Ctrl+]展開(未摺疊)所有子區域 Unfold (uncollapse) all subregions
Ctrl+K Ctrl+0摺疊(摺疊)所有區域 Fold (collapse) all regions
Ctrl+K Ctrl+J展開(未摺疊)所有區域 Unfold (uncollapse) all regions
Ctrl+K Ctrl+C新增行註釋 Add line comment
Ctrl+K Ctrl+U刪除行註釋 Remove line comment
Ctrl+/切換行註釋 Toggle line comment
Shift+Alt+A切換塊註釋 Toggle block comment
Alt+Z切換換行 Toggle word wrap

導航 Navigation

按 Press功能 Function
Ctrl + T顯示所有符號 Show all Symbols
Ctrl + G轉到行... Go to Line...
Ctrl + P轉到檔案... Go to File...
Ctrl + Shift + O轉到符號... Go to Symbol...
Ctrl + Shift + M顯示問題皮膚 Show Problems panel
F8轉到下一個錯誤或警告 Go to next error or warning
Shift + F8轉到上一個錯誤或警告 Go to previous error or warning
Ctrl + Shift + Tab導航編輯器組歷史記錄 Navigate editor group history
Alt + ←/→返回/前進 Go back / forward
Ctrl + M切換選項卡移動焦點 Toggle Tab moves focus

搜尋和替換 Search and replace

按 Press功能 Function
Ctrl + F查詢 Find
Ctrl + H替換 Replace
F3 / Shift + F3查詢下一個/上一個 Find next/previous
Alt + Enter選擇查詢匹配的所有出現 Select all occurences of Find match
Ctrl + D將選擇新增到下一個查詢匹配 Add selection to next Find match
Ctrl + K Ctrl + D將最後一個選擇移至下一個查詢匹配項 Move last selection to next Find match
Alt + C / R / W切換區分大小寫/正規表示式/整個詞 Toggle case-sensitive / regex / whole word

多游標和選擇 Multi-cursor and selection

按 Press功能 Function
Alt +單擊插入游標 Insert cursor
Ctrl + Alt +↑/↓在上/下插入游標 Insert cursor above / below
Ctrl + U撤消上一個游標操作 Undo last cursor operation
Shift + Alt + I在選定的每一行的末尾插入游標 Insert cursor at end of each line selected
Ctrl + I選擇當前行 Select current line
Ctrl + Shift + L選擇當前選擇的所有出現 Select all occurrences of current selection
Ctrl + F2選擇當前字的所有出現 Select all occurrences of current word
Shift + Alt + →展開選擇 Expand selection
Shift + Alt + ←縮小選擇 Shrink selection
Shift + Alt + (拖動滑鼠)列(框)選擇 Column (box) selection
Ctrl + Shift + Alt +(箭頭鍵)列(框)選擇 Column (box) selection
Ctrl + Shift + Alt + PgUp / PgDown列(框)選擇頁上/下 Column (box) selection page up/down

豐富的語言編輯 Rich languages editing

按 Press功能 Function
Ctrl + 空格觸發建議 Trigger suggestion
Ctrl + Shift + Space觸發器引數提示 Trigger parameter hints
TabEmmet 展開縮寫 Emmet expand abbreviation
Shift + Alt + F格式化文件 Format document
Ctrl + K Ctrl + F格式選定區域 Format selection
F12轉到定義 Go to Definition
Alt + F12Peek定義 Peek Definition
Ctrl + K F12開啟定義到邊 Open Definition to the side
Ctrl + .快速解決 Quick Fix
Shift + F12顯示引用 Show References
F2重新命名符號 Rename Symbol
Ctrl + Shift + . /,替換為下一個/上一個值 Replace with next/previous value
Ctrl + K Ctrl + X修剪尾隨空格 Trim trailing whitespace
Ctrl + K M更改檔案語言 Change file language

編輯器管理 Editor management

按 Press功能 Function
Ctrl+F4, Ctrl+W關閉編輯器 Close editor
Ctrl+K F關閉資料夾 Close folder
Ctrl+\拆分編輯器 Split editor
Ctrl+ 1 / 2 / 3聚焦到第1,第2或第3編輯器組 Focus into 1st, 2nd or 3rd editor group
Ctrl+K Ctrl+ ←/→聚焦到上一個/下一個編輯器組 Focus into previous/next editor group
Ctrl+Shift+PgUp / PgDown向左/向右移動編輯器 Move editor left/right
Ctrl+K ← / →移動活動編輯器組 Move active editor group

檔案管理 File management

按 Press功能 Function
Ctrl+N新檔案 New File
Ctrl+O開啟檔案... Open File...
Ctrl+S儲存 Save
Ctrl+Shift+S另存為... Save As...
Ctrl+K S全部儲存 Save All
Ctrl+F4關閉 Close
Ctrl+K Ctrl+W關閉所有 Close All
Ctrl+Shift+T重新開啟關閉的編輯器 Reopen closed editor
Ctrl+K輸入保持開啟 Enter Keep Open
Ctrl+Tab開啟下一個 Open next
Ctrl+Shift+Tab開啟上一個 Open previous
Ctrl+K P複製活動檔案的路徑 Copy path of active file
Ctrl+K R顯示資源管理器中的活動檔案 Reveal active file in Explorer
Ctrl+K O顯示新視窗/例項中的活動檔案 Show active file in new window/instance

顯示 Display

按 Press功能 Function
F11切換全屏 Toggle full screen
Shift+Alt+1切換編輯器佈局 Toggle editor layout
Ctrl+ = / -放大/縮小 Zoom in/out
Ctrl+B切換側欄可見性 Toggle Sidebar visibility
Ctrl+Shift+E顯示瀏覽器/切換焦點 Show Explorer / Toggle focus
Ctrl+Shift+F顯示搜尋 Show Search
Ctrl+Shift+G顯示Git Show Git
Ctrl+Shift+D顯示除錯 Show Debug
Ctrl+Shift+X顯示擴充套件 Show Extensions
Ctrl+Shift+H替換檔案 Replace in files
Ctrl+Shift+J切換搜尋詳細資訊 Toggle Search details
Ctrl+Shift+C開啟新命令提示符/終端 Open new command prompt/terminal
Ctrl+Shift+U顯示輸出皮膚 Show Output panel
Ctrl+Shift+V切換Markdown預覽 Toggle Markdown preview
Ctrl+K V從旁邊開啟Markdown預覽 Open Markdown preview to the side

除錯 Debug

按 Press功能 Function
F9切換斷點 Toggle breakpoint
F5開始/繼續 Start/Continue
Shift+F5停止 Stop
F11 / Shift+F11下一步/上一步 Step into/out
F10跳過 Step over
Ctrl+K Ctrl+I顯示懸停 Show hover

整合終端 Integrated terminal

按 Press功能 Function
Ctrl+`顯示整合終端 Show integrated terminal
Ctrl+Shift+`建立新終端 Create new terminal
Ctrl+Shift+C複製選定 Copy selection
Ctrl+Shift+V貼上到活動端子 Paste into active terminal
Ctrl+↑ / ↓向上/向下滾動 Scroll up/down
Shift+PgUp / PgDown向上/向下滾動頁面 Scroll page up/down
Ctrl+Home / End滾動到頂部/底部 Scroll to top/bottom
轉載:http://blog.csdn.net/p358278505/article/details/74221214

相關文章