vc助手快捷鍵

2021-09-27 10:22:30 字數 2815 閱讀 5659

vc快捷鍵:

f1: 幫助

ctrl+o :open

ctrl+p :print

ctrl+n :new

ctrl+shift+f2 :清除所有書籤

f2 :上乙個書籤

shift+f2 :上乙個書籤

alt+f2 :編輯書籤

ctrl+f2 :新增/刪除乙個書籤

f12 :goto definition

shift+f12 :goto reference

ctrl+ 'num+ ' :displays the next symbol definition or reference

ctrl+ 'num- ' :displays the previous symbol definition or reference

ctrl+end :文件尾

ctrl+shift+end :選定從當前位置到文件尾

ctrl+home :文件頭

ctrl+shift+home :選定從當前位置到文件頭

ctrl+b/alt+f9 :編輯斷點

alt+f3/ctrl+f :查詢

shift+home :選定從當前位置到行首

shift+end :選定從當前位置到行尾

ctrl+l :剪下當前行

ctrl+shift+l :刪除當前行

ctrl+alt+t :brings up the completion list box

ctrl+shift+space:顯示函式引數的tooltip

ctrl+z/alt+backspace :undo

ctrl+shift+z/ctrl+y :redo

f8 :當前位置變成選定區域的頭/尾(再移動游標或者點滑鼠就會選定)

ctrl+shift+f8 :當前位置變成矩形選定區域的頭/尾(再移動游標或者點滑鼠就會選定)

alt+f8 :自動格式重排

ctrl+g :goto

ctlr+x/shift+del:cut

ctrl+c/ctrl+ins :copy

ctrl+v/shift+ins:paste

ctrl+u :將選定區域轉換成小寫

ctrl+shift+u :將選定區域轉換成大寫

ctrl+f8 :當前行變成選定區域的頭/尾(再移動上下游標或者點滑鼠就會選定多行)

ctrl+shift+l :刪除從當前位置到行尾

ctrl+shift+8 :將所有tab變成`或者還原

ctrl+t :顯示變數型別

ctrl+↑ :向上滾屏

ctrl+↓ :向下滾屏

ctrl+del :刪除當前單詞的後半截(以游標為分割)

ctrl+backspace :刪除當前單詞的前半截(以游標為分割)

ctrl+← :移到前乙個單詞

ctrl+→ :移到後乙個單詞

ctrl+shift+← :選定當前位置到前乙個單詞

ctrl+shift+→ :選定當前位置到後乙個單詞

alt+0 :workspace window

alt+2 :output window

alt+3 :watch window

alt+4 :variables window

alt+5 :registers window

alt+6 :memory window

alt+7 :callstack window

alt+8 :disassembly window

ctrl+w :classwizard

alt+enter :屬性

alt+f7 :project settings

f7 :build

ctrl+f7 :compile

ctrl+f5 :run

ctrl+break :stops the build

f5 :go

ctrl+f10 :run to cursor

f11 :step into

ctrl+f9 :enable/disable a breakpoint

ctrl+shift+f9 :去掉所有斷點

ctrl+shift+f5 :restarts the program

alt+num* :滾動到當前指令

shift+f11 :跳出當前函式

f9 :斷點

f10 :step over

shift+f5 :停止 debugging

ctrl+f11 :switches between the source view and the disassembly view for

this instruction

alt+f12 :queries on the selected object or current context

alt+f6 :toggles the docking feature for the window on/off

shift+esc :隱藏視窗

ctrl+shift+g :

ctrl+* :開啟string table

ctrl+space :

ctrl+d :查詢

f6 :activates the next pane

shift+f6 :activates the previous pane

ctrl+m :detects duplicate mnemonics in the resource

alt +o : 標頭檔案與cpp檔案的互動顯示

高手快捷鍵

再補充點.f1 顯示當前程式或者windows的幫助內容。f2 當你選中乙個檔案的話,這意味著 重新命名 f3 當你在桌面上的時候是開啟 查詢 所有檔案 對話方塊 f10或alt 啟用當前程式的選單欄 windows鍵或ctrl esc 開啟開始選單 ctrl alt delete 在win9x中開...

vs快捷鍵(開發助手)

快捷鍵 功能 ctrl shift b生成解決方案 ctrl f7 生成編譯 ctrl o 開啟檔案 ctrl shift o開啟專案 ctrl shift c顯示類檢視視窗 f4 顯示屬性視窗 shift f4顯示專案屬性視窗 ctrl shift e顯示資源檢視 f12 轉到定義 ctrl f1...

vc常用快捷鍵

ctrl f3 查詢相同字元 ctrl shift f9 清除所有斷點。ctrl h 替換 alt f8 自動排列選定文字的格式 alt ctrl t 自動顯示api或其它 ctrl alt t ctrl t ctrl w ctrl d ctrl q ctrl space自定義的 ctrl shif...