本篇文章跟大家分享一下提升開發效率的vscode快捷鍵。有一定的參考價值,有需要的朋友可以參考一下,希望對大家有幫助。
在日常的開發中,使用VsCode快捷鍵,可以提高開發效率!
常用General
按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
|
推薦學習:《vscode教學》
導航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 |
|
Tab
Emmet 展開縮寫Emmet expand abbreviation |
|
Shift Alt F
#格式化文件Format document |
|
Ctrl K Ctrl F
格式選取區域Format selection |
|
F12##前往定義Go to Definition |
| Alt F12
Peek定義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
|
| 更多程式相關知識,請造訪:
程式設計影片! !
以上是熟記這些VSCode快捷鍵,讓開發效率「蹭蹭」提升!的詳細內容。更多資訊請關注PHP中文網其他相關文章!