**! 按下alt 鍵不放,點選滑鼠左鍵拖動,可以選擇文字塊、可選擇列;
按著ctrl鍵不放,單擊乙個單詞,可以選擇乙個單詞,或雙擊;
將游標移在開始位置,按住shift點選滑鼠左鍵可選擇一段(在ie瀏覽其中照樣可用,看不到游標而已);
雙擊滑鼠左鍵可選擇乙個單詞;
按住shift+上下方向鍵可選擇行;
按住ctrl+shift+左右方向鍵可選擇乙個單詞;
按ctrl+c可copy游標所在的這一行;
按住shift+[end]可選擇本行;
f3 向下
alt + f8 按定義的格式重新排列選定的文字。
shift + f3 向上
ctrl + f 查詢、搜尋
ctrl + h 替換
ctrl + g 到某行
ctrl + u 選擇部分變為小寫
ctrl+j 向上搜尋最近的#if/#else/#ifdef/#endif
ctrl+k 向下搜尋最近的#if/#else/#ifdef/#endif
f9 add/remove breakpoint 插入/刪除斷點
f10 step over 一步步執行,碰到函式不進去
ctrl + f5 execute program 執行
ctrl + f7 compile 編譯乙個原始檔
ctrl + f10 run to cursor 除錯到游標所在位置
shift + f5? stop debugging 停止除錯
shift + f9 quick watch 快速檢視/修改變數資訊
shift + f11 step out 從當前函式中跳出
alt + f9 breakpoint 高階斷點設定
alt + 7 call stack 堆疊視窗,可以察看函式呼叫情況
alt + 4 variables 當前執行**行的變數或者返回值資訊
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+→ :選定當前位置到後乙個單詞
VC 6 0快捷鍵大全
以下是資源操作快捷鍵 ctrl 1 new dialog ctrl 2 new menu ctrl 3 new cursor ctrl 4 new icon ctrl 5 new bitmap ctrl 6 new ctrl 7 new accelerator ctrl 8 open string ...
VC 6 0 快捷鍵大全
ctrl tab ctrl u 大寫變小寫 ctrl shift u 小寫變大寫 ctrl 括號配對以下是資源操作快捷鍵 ctrl 1 new dialog ctrl 2 new menu ctrl 3 new cursor ctrl 4 new icon ctrl 5 new bitmap ctr...
VC 6 0快捷鍵大全
f1 幫助 ctrl o open ctrl p print ctrl n new ctrl shift f2 清除所有書籤 f2 上乙個書籤 shift f2 上乙個書籤 alt f2 編輯書籤 ctrl f2 新增 刪除乙個書籤 f12 gotodefinition shift f12 goto...