VS Code常用快捷鍵

2021-09-10 10:48:14 字數 1604 閱讀 6650

頁面顯示:

快捷鍵作用

f11全屏

ctrl + b

隱藏側邊欄

檔案管理:

快捷鍵作用

ctrl + n

新建檔案

ctrl + o

開啟檔案

ctrl + s

儲存檔案

ctrl + shift + s

另存為ctrl + tab

調出最近開啟的檔案列表,重複按會切換到下乙個

ctrl + shift + tab

調出最近開啟的檔案列表,重複按會切換到上乙個

ctrl + k ctrl + r

開啟當前檔案儲存的位置

ctrl + k ctrl + p

複製當前檔案的儲存路徑

游標位置:

快捷鍵作用

home/end

游標跳到行首或行尾

ctrl + i

選中當前行

ctrl + u

撤銷最後一次游標操作

ctrl + alt + up/down

上下插入游標

查詢與替換:

快捷鍵作用

ctrl + f

查詢f3

查詢下乙個

shift + f3

查詢上乙個

alt + enter

選中所有的查詢字元

ctrl + h

替換視窗管理:

快捷鍵作用

ctrl + shift + n

開啟新視窗

ctrl + w

關閉視窗

ctrl + f4

關閉當前編輯視窗

ctrl + \

拆分編輯器(最多三塊)

ctrl + 1/2/3

切換焦點在不同的拆分視窗

導航欄:

快捷鍵作用

ctrl + t

啟動符號搜尋框

ctrl + p

啟動檔案搜尋框

ctrl + g

跳轉行ctrl + shift + o

跳轉至符號處

f8跳轉到下乙個錯誤或警告

shift + f8

跳轉到上乙個錯誤或警告

快捷鍵作用

ctrl + c

複製ctrl + v

貼上ctrl + x

剪下ctrl + z

撤銷ctrl + enter

在當前行之後插入一行

ctrl + shift + enter

在當前行之前插入一行

alt + up/down

上下移動當前行

shift + alt + up/down

在當前行上下複製當前行

ctrl + shift + [

摺疊當前區域**

ctrl + shift + ]

展開當前區域**

ctrl + k ctrl + 0

摺疊所有區域**

ctrl + k ctrl + j

摺疊所有區域**

ctrl + k ctrl + c

注釋多行

ctrl + k ctrl + u

反注釋多行

VSCode常用快捷鍵

快捷鍵 作用ctrl shift p,f1 展示全域性命令面板 ctrl p 快速開啟最近開啟的文章 ctrl shift n 開啟新的編輯器視窗 ctrl shift w 關閉編輯框 ctrl x 剪下ctrl c 複製alt up down 向上 向下移動行 shift altup down 在...

VS Code 常用快捷鍵

1 ctrl o 開啟當前資料夾所在目錄中的所有檔案 2 ctrl k o 開啟當前資料夾所在目錄中的所有資料夾 3 ctrl n 新建檔案 4 ctrl shift v 快速預覽 markdown 1 ctrl b 切換側邊欄 2 ctrl shift n 新建視窗 3 ctrl 放大 縮小 4 ...

vscode常用快捷鍵

ctrl shift p,開啟命令面板 ctrl f 搜尋 ctrl 開啟終端 ctrl 放大 ctrl 縮小 ctrl 以單詞為單位移動游標 ctrl shift 在括號間跳轉 移動游標的同時按住shift,會把字元全部選中 ctrl shift k 刪除當前 行 ctrl x 剪下當前 行 ct...