vc 6 0的快捷鍵

2021-06-14 03:38:15 字數 1743 閱讀 3636

功能分類

快捷鍵

說明

file

(檔案)

ctrl+n

new新建工程

ctrl+o

open 開啟檔案

find

(查詢)

alt+f3/ctrl+f

彈出查詢對話方塊f3

查詢下乙個

shift+f3

查詢上乙個

ctrl+f3

向下查詢下乙個

ctrl+shift+f3

查詢上乙個

ctrl+]/ctrl+e

尋找下一半括弧

ctrl+shift+]

尋找下一半括弧並選定括弧之間的部分(包括括弧)

ctrl+shift+e

尋找下一半括弧並選定括弧之間的部分(包括括弧)

f4尋找下乙個錯誤/警告位置

shift+f4

尋找上乙個錯誤/警告位置

ctrl+g

goto(定位,到某行某變數等)

ctrl+alt+t

brings up the completion list box提出函式列表框,用以方便地插入函式

顯示

ctrl+t

顯示變數型別

ctrl+shift+space

顯示函式引數

ctrl+shift+8

將所有跳格和空格,變成「^」和「』」,或者還原

格式

ctrl+u

將選定區域轉換成小寫

ctrl+shift+u

將選定區域轉換成大寫

alt+f8

自動格式重排

設定

alt+f7

project setting工程設定

build

(建立)f7

build(編繹並鏈結成exe檔案)

ctrl+f7

compile(編譯)

ctrl+f5

execute(編譯+鏈結+執行)

ctrl+shift+f5

restarts the program(重新執行程式)

ctrl+break

stops the build(停止編譯)

debug

(除錯)f5

go(順序執行)

f11step into (順序執行,進入迴圈或函式)

f10step over(順序執行,不進入迴圈或函式)

shift+f11

step out(跳出當前函式)

ctrl+f10

run to cursor(自動執行到使用者游標所指的語句前)

shift+f5

stop debugging(停止除錯)

f9insert/remove breakpoint(在當前行插入/去掉斷點)

ctrl+f9

enable/disable a breakpoint(應用/遮蔽斷點)

ctrl+shift+f9

去掉所有斷點

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...

VC6 0除錯快捷鍵

vc 6.0 除錯快捷鍵 vc 6.0 快捷鍵 命令名 快捷鍵 說明除錯.應用 更改 alt f10 應用 更改但不停止除錯模式。有關更多資訊,請參見 編輯並繼續。除錯.自動視窗 ctrl alt v,a 顯示 自動視窗 以檢視當前過程中在當前執行行範圍內的當前變數的值。有關更多資訊,請參見 中斷執...