寫在前面的話:熟悉快捷鍵可以幫助我們更高效的打碼哦
快捷鍵描述
ctrl + n
新建檔案
ctrl + shift +n
新建視窗
ctrl + o
開啟檔案
ctrl + k + o
開啟資料夾
ctrl + r
切換資料夾
ctrl + w
關閉檔案
ctrl + shift + t
重新開啟最近關閉的檔案
ctrl + shift + w
關閉視窗
ctrl + tab
開啟最近開啟的檔案列表
ctrl + \
拆分編輯器
ctrl + 1 / 2 / ...
拆分、切換編輯器
ctrl + p
開啟命令面板
快捷鍵描述
ctrl + c
複製ctrl + v
貼上ctrl + x
剪下ctrl + z
撤銷ctrl + y
恢復alt + 上箭頭鍵
向上移動一行
alt + 下箭頭鍵
向下移動一行
shift + alt + 上箭頭鍵
向上複製一行
shift + alt + 下箭頭鍵
向下複製一行
ctrl + l
選中當前行
shift + alt + 右箭頭鍵
展開選中內容
shift + alt + 左箭頭鍵
縮小選中內容
ctrl + shift + k
刪除當前行
ctrl + enter
在當前行下插入新行
ctrl + shift + enter
在當前行上插入新行
ctrl + [
向左縮排
ctrl + ]
向右縮排
shift + alt + f
格式化文件
ctrl + /
新增/取消注釋
ctrl + shift + [
以遞迴的方式摺疊**
ctrl + shift + ]
以遞迴的方式展開**
ctrl + k + 0 / 1 / ...
按層級的方式摺疊**
ctrl + k + j
展開**
快捷鍵描述
f5啟動除錯
shift + f5
停止除錯
ctrl + shift + f5
重啟除錯
ctrl + f5
直接執行
f9新增斷點
f10單步跳過
f11單步執行
shift + f11
單步停止
快捷鍵描述
ctrl + g
跳轉到指定行
ctrl + shift + |
跳轉到匹配的括號
ctrl + k + q
ctrl + h
替換ctrl + f
查詢alt + c
切換區分大小寫
alt + w
切換全字匹配
alt + r
切換正規表示式
f3查詢下乙個
shift + f3
查詢上乙個
快捷鍵描述
ctrl + b
顯示/隱藏側邊欄
ctrl + shift + e
開啟資源管理器
ctrl + shift + f
開啟全域性搜尋
ctrl + shift + h
開啟全域性替換
ctrl + shift + j
開啟詳細查詢
ctrl + shift + g
開啟**管理
ctrl + shift + d
開啟除錯
ctrl + shift + x
開啟外掛程式
ctrl + j
顯示/隱藏面板
ctrl + shift + m
開啟問題
ctrl + shift + u
開啟輸出
ctrl + shift + y
開啟除錯控制台
ctrl + `
開啟終端
VSCode 指令 VSCode常用快捷指令
ctrl shift p,f1 展示全域性命令面板 ctrl p 快速開啟最近開啟的檔案 ctrl shift n 開啟新的編輯器視窗 ctrl shift w 關閉編輯器 ctrl x 剪下 ctrl c 複製 alt up down 移動行上下 shift alt up down 在當前行上下複...
效率系列 四 VS常用快捷鍵
寫在前面的話 以下是 visual studio 2017 的常用快捷鍵,熟悉快捷鍵可以幫助我們更高效的打碼哦 快捷鍵描述 ctrl shift n 新建專案 ctrl shift o 開啟已有專案 ctrl n 新建檔案 ctrl o 開啟已有檔案 ctrl shift a 新增新檔案到專案 al...
VS Code常用快捷鍵
頁面顯示 快捷鍵作用 f11全屏 ctrl b 隱藏側邊欄 檔案管理 快捷鍵作用 ctrl n 新建檔案 ctrl o 開啟檔案 ctrl s 儲存檔案 ctrl shift s 另存為ctrl tab 調出最近開啟的檔案列表,重複按會切換到下乙個 ctrl shift tab 調出最近開啟的檔案列...