VAssistX shortcut keys
Ctrll + Shift + S Quickly find the function location VAssistX provides
Shift + Alt + O Quickly find and open the unit Provided by VAssistX
Alt + O swaps between .h and .cpp files provided by VAssistX
Alt + M List of methods in the current file Provided by VAssistX
Alt + G Jump from where the method is used to implement some VAssistX provides
Crtl + Shift + V lists the first 10 copies of the clipboard. VAssistX provides
VS2010 shortcut keys
CTRL + K, CTRL + C Comment selected code
CTRL + K, CTRL + U to uncomment the selection code
Ctrl + K, CTRL + F format the selected code
CTRL + SHIFT + B build solution
CTRL + F7 to generate and compile
CTRL + O to open the file
CTRL + SHIFT + O to open the project
CTRL + SHIFT + C displays the class view window
F4 display properties window
SHIFT + F4 to display the project properties window
CTRL + SHIFT + E to display the resource view
F12 Go to definition
CTRL + F12 Go to statement
CTRL + ALT + J object browsing
CTRL + ALT + F1 Help table of contents
CTRL + F1 dynamic help
F1 help
SHIFT + F1 current window help
CTRL + ALT + F3 help-search
SHIFT + ALT + ENTER full screen display
CTRL +-locate backward
CTRL + SHIFT +-position forward
CTRL + F4 to close the document window
CTRL + PAGE DOWN Position the cursor at the top of the window
CTRL + PAGE UP Position the cursor at the bottom of the window
CTRL + F6
CTRL + TAB Next document window
CTRL + SHIFT + F6
CTRL + SHIFT + TAB Previous document window
ALT + F6 next panel window
CTRL + K, CTRL + L cancel remark
CTRL + K, CTRL + C Comment selected code
CTRL + K, CTRL + U to uncomment the selection code
CTRL + M, CTRL + O folding code definition
CTRL + M, CTRL + L Expand code definition
CTRL + DELETE delete to the end of the word
CTRL + BACKSPACE delete to the beginning of the word
SHIFT + TAB cancel tab
CTRL + U to lower case
CTRL + SHIFT + U capitalize
CTRL + SHIFT + END select to the end of the document
CTRL + SHIFT + HOME select to the end of the document
SHIFT + END to the end of the line
SHIFT + HOME select to the beginning of the line
SHIFT + ALT + END vertical selection to the end
SHIFT + ALT + HOME vertical selection to the front
CTRL + SHIFT + PAGE UP Select to the front of this page
CTRL + SHIFT + PAGE DOWN select to the back of this page
CTRL + END document to the end
CTRL + HOME Document is positioned to the front
CTRL + A Select all
CTRL + W to select the current word
CTRL + G Go to ...
CTRL + K, CTRL + P Previous label
CTRL + K, CTRL + N Next label
ALT + F10 debug-ApplyCodeChanges
CTRL + ALT + Break to stop debugging
CTRL + SHIFT + F9 cancel all breakpoints
CTRL + F9 Allow interrupt
CTRL + SHIFT + F5 debug-restart
F5 Operation and debugging
CTRL + F5 running without debugging
F10 cross program execution
F11 step by step execution
CTRL + J List members
CTRL + PAGE DOWN Next view
CTRL + B format-bold
CTRL + SHIFT + T format-text indent
Debug shortcut
F6 build solution
Ctrl + F6 Generate the current project
F7 View code
Shift + F7 View Form Designer
F5 Start debugging
Ctrl + F5 start execution (no debugging)
Shift + F5 Stop debugging
Ctrl + Shift + F5 restart debugging
F9 switch breakpoint
Ctrl + F9 enable / stop breakpoint
Ctrl + Shift + F9 delete all breakpoints
F10 step by step
Ctrl + F10 Run to the cursor
F11 statement by statement
Edit shortcuts
Shift + Alt + Enter to switch to full-screen editing
Ctrl + B, T / Ctrl + K, K toggle bookmark switch
Ctrl + B, N / Ctrl + K, N move to the next bookmark
Ctrl + B, P Move to the previous bookmark
Ctrl + B, C Clear all labels
Ctrl + I Progressive search
Ctrl + Shift + I reverse progressive search
Ctrl + F Find
Ctrl + Shift + F Find in file
F3 Find next
Shift + F3 Find the previous
Ctrl + H replace
Ctrl + Shift + H replace in file
Alt + F12 search symbol (list all search results)
Ctrl + Shift + V Clipboard cycle
Ctrl + left and right arrow keys can move one word at a time
Ctrl + Up and Down Arrow keys Scroll the code screen without moving the cursor.
Ctrl + Shift + L delete the current line
Ctrl + M, M hide or expand the current nested collapsed state
Ctrl + M, L Set all processes to the same hidden or expanded state
Ctrl + M, P Stop outline display
Ctrl + E, S View blank
Ctrl + E, W word wrap
Ctrl + G go to the specified line
Shift + Alt + Arrow key to select rectangular text
Alt + left mouse button to select rectangular text
Ctrl + Shift + U all capitalized
Ctrl + U all lowercase
Code shortcuts
Ctrl + J / Ctrl + K, L list members
Ctrl + Shift + Spacebar / Ctrl + K, P parameter information
Ctrl + K, I Quick information
Ctrl + E, C / Ctrl + K, C Comment selected content
Ctrl + E, U / Ctrl + K, U Deselect the comment content
Ctrl + K, M Generate method stub
Ctrl + K, X insert code snippet
Ctrl + K, S Insert outside code
F12 Go to the definition of the called procedure or variable
Window shortcuts
Ctrl + W, W browser window
Ctrl + W, S Solution Manager
Ctrl + W, Class C view
Ctrl + W, E error list
Ctrl + W, O output view
Ctrl + W, P Properties window
Ctrl + W, T task list
Ctrl + W, X Toolbox
Ctrl + W, B bookmark window
Ctrl + W, U Document outline
Ctrl + D, B Breakpoint window
Ctrl + D, I Instant window
Ctrl + Tab active form switch
Ctrl + Shift + N New project
Ctrl + Shift + O Open project
Ctrl + Shift + S save all
Shift + Alt + C New class
Ctrl + Shift + A New item
[C ++] Microsoft Visual Studio (VS) 2010 commonly used shortcut keys Daquan
label:
Original address: http://www.cnblogs.com/FKdelphi/p/4640556.html