VC6.0 shortcut Keys Daquan

Source: Internet
Author: User

F1: Help

Ctrl+o:open
Ctrl+p:print
Ctrl+n:new
CTRL+SHIFT+F2: Clear All bookmarks
F2: Previous Bookmark
SHIFT+F2: Previous Bookmark
ALT+F2: Editing bookmarks
CTRL+F2: Add/Remove a bookmark
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+j/k: Looking for the previous/next precompiled condition
Ctrl+shift+j/k: Look for the previous/Next precompiled condition and select this piece

Ctrl+end: End of document
Ctrl+shift+end: Select from current position to end of document
Ctrl+home: Document Header
Ctrl+shift+home: Select from current position to document header
CTRL+B/ALT+F9: Editing breakpoints
Alt+f3/ctrl+f: Find
F3: Find the next
SHIFT+F3: Find Previous
Ctrl+]/ctrl+e: Looking for the next half of parentheses
Ctrl+shift+]: Look for the next half of the brackets and select the section between brackets (including brackets)
Ctrl+shift+e: Look for the next half of the brackets and select the section between brackets (including brackets)
F4: Finding the next error/warning location
SHIFT+F4: Finding the last error/warning location
Shift+home: Select from current position to beginning of line
Shift+end: Select from current position to end of line
Ctrl+l: Cutting when moving forward
Ctrl+shift+l: Delete When moving forward
Alt+shift+t: Swapping the current line and the previous row
Ctrl+alt+t:brings Up the Completion list box
Shift+pagedown: Select from current position to next page current position
Shift+pageup: Select from current position to previous page current position
Ctrl+shift+space: ToolTip showing function parameters
Ctrl+z/alt+backspace:undo
Ctrl+shift+z/ctrl+y:redo
F8: The current position becomes the head/tail of the selected area (then move the cursor or click the mouse to select it)
Ctrl+shift+f8: The current position becomes the head/tail of the rectangular selection (then move the cursor or click the mouse to select it)
ALT+F8: Automatic format reflow
Ctrl+g:goto
Ctlr+x/shift+del:cut
Ctrl+c/ctrl+ins:copy
Ctrl+v/shift+ins:paste
Ctrl+u: Convert selected area to lowercase
Ctrl+shift+u: Converts the selected area to uppercase
Ctrl+f8: The current line becomes the head/tail of the selected area (moving up or down the cursor or clicking the mouse will select multiple lines)
Ctrl+shift+l: Delete from current position to end of line
CTRL+SHIFT+8: Turn all tab to ' or restore
CTRL+T: Show Variable type
Ctrl+↑: Rolling up the screen
Ctrl+↓: Rolling down the screen
Ctrl+del: Delete the back half of the current word (split with the cursor)
Ctrl+backspace: Delete the first half of the current word (split with the cursor)
ctrl+←: Move to the previous word
ctrl+→: Move to the next word
ctrl+shift+←: Select the current position to the previous word
ctrl+shift+→: Select the current position to the next word
Ctrl+shift+t: Swap This word with the previous word

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: Properties

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
Alt+f10:apply Codes Changes
Ctrl+f9:enable/disable a Breakpoint
ALT+F11: Switch The Memory Window to the next display mode
ALT+SHIFT+F11: Switch The Memory Window to the previous display mode
CTRL+SHIFT+F9: Remove All breakpoints
Ctrl+shift+f5:restarts the program
CTRL+SHIFT+F10: Sets the current row to the line executed by the next instruction
alt+num*: Scroll to current instruction
SHIFT+F11: Jumping out of the current function
F9: Breakpoint
F10:step over
SHIFT+F5: Stop 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: Hide Window

Ctrl+shift+g:?
ctrl+*: Open String table
Ctrl+space:?
CTRL+F3: Look down to the next
CTRL+SHIFT+F3: Find Previous
Ctrl+d: Find
Ctrl+i: Look down to the next
Ctrl+shift+i: Find Previous
F6:? Activates the next pane
Shift+f6:? Activates the previous pane
Ctrl+m:? Detects duplicate mnemonics in the resource
ALT +o: Interactive display of header files and CPP files

================================================================================

F1 Display Help, if the cursor stops on a character in the code, displays the appropriate Help content in MSDN

F2 Bookmark Function: CTRL+F2--Set a bookmark on a line (and then cancel again and again)

F2--Jumps to the next bookmark position

SHIFT+F2--jumps to the previous bookmark location

CTRL+SHIFT+F2--Delete all bookmarks

F3 Find: CTRL+F3--Look in the file, if the current cursor is on a string,

The string is then automatically found. Similar ctrl+f

F3--Find the next string in the file

SHIFT+F3--Find the previous string in the file

F4 (not the pop garden) if it is compiled or find in files, it can be positioned one-through.

CTRL+F4--Close file

ALT+F4--Turn off VC (as defined by Windows)

F5 compile and execute F5--compile and execute via VC

Ctrl+f5-without VC, directly execute the compiled EXE

Shift+f5--f5 Run, stop the program directly from the VC (can simulate the situation of the machine)

Ctrl+shift+f5--Start running again

F6 Switch Window Splitwindow, you can convert the window in which the cursor is located

F7 Compiling F7 compiling project

Ctrl+f7 compiling the current file

ALT+F7 Project Setup dialog box

F8 Select the Sticky key is more commonly used to hold down the shift+ arrow key

Alt+f8 the selected code-writing format

F9 Set Breakpoints Ctrl+f9 Delete all breakpoints

ALT+F9 Display Edit Breakpoint dialog box

CTRL+F9 Breakpoint is invalid

F10 Single Step Execution (at Debug)

CTRL+F10 executes to the cursor in the row

(try Shift+f10 What effect)

F11 the inside of the function when tracing

SHIFT+F11 jumps to the previous layer call stack

F12 jump to the beginning of the function definition (need to compile with the Browse Info option, it is recommended not to select, the resulting file is large)

Edit Common

Ctrl+w display ClassWizard, the boundary surface program uses more

Ctrl+z/ctrl+y Undo/redo

Ctrl+u Letter converted to lowercase (some vcs not set)

Ctrl+shift+u Letter converted to uppercase (some VCs not set)

Ctrl+s Save (strongly recommended when the code is often pressed twice, so as not to lose power when the death of regret, hehe,

This key is available in most editing software)

Ctrl+d lookup (well, if there is SoftICE, then it is called)

Ctrl+f Authentic Find shortcut keys

Ctrl+g jumps to the nth row in the file

CTRL+SHIFT+G cursor on a file name, jump directly to the specified file

Ctrl+h replacement

Ctrl+j,k #ifdef ... #endif查找配对

Ctrl+l Clipping one line

CTRL +} matches parentheses (), {}

Debugging common

Shift+f9 QuickWatch, and displays the value of the variable where the Guan is located

Alt+3 Watch View window

Alt+4 Variables monitoring variables (common)

ALT+5 Display Register

ALT+6 display Memory (Common)

ALT+7 Display Stack condition (when the machine took a look more)

ALT+8 Display sink encoding

There are also some common

Ctrl+tab Toggle Open File View (if you hold down CTRL, switch back in order)

Ctrl+shift+tab Toggle Open File View (if you hold down CTRL, switch forward in order)

When tab is selected, the whole is moved back to a tab,

Shift+tab When selected, the whole moves forward a tab,

Alt+0 to move focus to the workspace (Esc back to edit area)

Alt+2 move focus to output area (ESC back to edit area)

Ctrl+pgup Reverse-Toggle the workspace view

CTRL+PGDN Sequential Switch Workspace view

In addition, VC is not set to open, close the workspace, and turn off the output area of the shortcut keys , if it is not convenient,

You can register yourself (I set the CTRL +, and ctrl+/).

VC6.0 shortcut Keys Daquan

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.