寫在前面的話:以下是 visual studio 2017 的常用快捷鍵,熟悉快捷鍵可以幫助我們更高效的打碼哦
快捷鍵描述
ctrl + shift + n
新建專案
ctrl + shift + o
開啟已有專案
ctrl + n
新建檔案
ctrl + o
開啟已有檔案
ctrl +shift + a
新增新檔案到專案
alt +shift + n
新增已有檔案到專案
ctrl + shift + alt + o
開啟資料夾
快捷鍵描述
shift + alt + enter
全屏編輯
ctrl + enter
在當前行插入空行
ctrl + shift + enter
在當前行下方插入空行
ctrl + shift + l
刪除當前行
alt + shift + 箭頭鍵
選擇**
ctrl + }
選擇匹配的括號
ctrl + shift + }
選擇匹配的括號和括號之間選擇文字
ctrl + k + c
注釋**
ctrl + k + u
取消注釋
ctrl + m + m / l
摺疊 / 展開**
ctrl + k + d
格式化**
ctrl + u
將字母變成小寫
ctrl + shift + u
將字母變成大寫
ctrl + z
撤銷ctrl + y
反撤銷f12
轉到定義
快捷鍵描述
f7生成解決方案
ctrl + alt + f7
重新生成解決方案
ctrl + f7
開始編譯
f5開始除錯
ctrl + shift + f5
重啟除錯
ctrl + f5
開始執行(不除錯)
f9新建斷點
ctrl + f9
啟動 / 停止斷點
ctrl + shift + f9
刪除所有斷點
f10逐過程
f11逐語句
ctrl + alt + e
開啟異常設定視窗
ctrl + alt + i
開啟即時視窗
ctrl + alt + f2
開啟診斷工具視窗
alt + f9
開啟斷點視窗
快捷鍵描述
ctrl + k + k
新增 / 刪除書籤
ctrl + k + n
跳轉至下乙個書籤
ctrl + f
查詢ctrl + shift + f
在檔案中查詢
f3查詢下乙個
shift + f3
查詢上乙個
ctrl + i
漸進式搜尋
ctrl + shift + i
反向漸進式搜尋
ctrl + h
替換ctrl + shift + h
在檔案中替換
ctrl + g
跳轉到指定行
快捷鍵描述
ctrl + k + w
開啟書籤視窗
ctrl + \ + e
開啟錯誤列表
ctrl + \ + m
開啟團隊資源管理器
ctrl + alt + j
開啟物件瀏覽器
ctrl + alt + k
開啟呼叫層次結構
ctrl + alt + l
開啟解決方案資源管理器
ctrl + alt + x
開啟工具箱
ctrl + shift + c
開啟類檢視
ctrl + shift + e
開啟資源檢視
ctrl + shift + v
開啟**定義視窗
alt + 2
開啟輸出
效率系列 五 VSCode常用快捷鍵
寫在前面的話 熟悉快捷鍵可以幫助我們更高效的打碼哦 快捷鍵描述 ctrl n 新建檔案 ctrl shift n 新建視窗 ctrl o 開啟檔案 ctrl k o 開啟資料夾 ctrl r 切換資料夾 ctrl w 關閉檔案 ctrl shift t 重新開啟最近關閉的檔案 ctrl shift ...
VS 常用快捷鍵
vs 常用快捷鍵 ctrl m o 摺疊檔案中的所有方法名 ctrl m l 展開檔案中的所有檔名 ctrl f10 執行至游標處 ctrl e,c 選中 塊,注釋 ctrl e,u 選中 塊,去掉注釋 ctrl a 全選,ctrl k,f 自動縮排 ctrl,k,d 文件自動縮排 ctrl 減號 ...
VS 常用快捷鍵
1 ctrl enter 在游標指定位置的上面新增一行,並將游標移至新新增行的行首位置 ctrl shift enter 在游標指定位置的下面新增一行,並將游標移至新新增行的行首位置 2 ctrl shift l 刪除當前行 3 ctrl m o 摺疊所有的函式 ctrl m p 展開所有的函式 4...