----------------------------------------------------------------
function jump
----------------------------------------------------------------
Alt + G -Jump for function definitions and declarations
F12-Go to the definition of the called function or variable
Alt + O -convert between. h and. cpp files
Alt + M-Lists all functions of the current file
Ctrl + TAB -Toggle Tab
----------------------------------------------------------------
Find
----------------------------------------------------------------
Ctrl + F-Find
Ctrl + Shift + F-Find in Files
F3-Find the next
Shift + F3-Find Previous
Shift + Alt + O -Find files (direct positioning, more on the project of the Heart should also launch performance)
Shift + Alt + S -Find symbols (very cool and windy)
Shift + Alt + F -Find the selected content, better than VS2010, do not believe you choose a function to try, and it also has a clone result function, (do not know)
----------------------------------------------------------------
Replace
----------------------------------------------------------------
Ctrl + H-replace
Ctrl + Shift + H-Replace in file
Alt + F12-Find Symbol (list all find results)
Shift + Alt + R-The selection is renamed and not used much, but it is useful (know the name of the change)
----------------------------------------------------------------
Code manipulation
----------------------------------------------------------------
Ctrl + K + C -Comments
Ctrl + K + U -Uncomment
Ctrl + Shift +]-Select the matching parentheses with the code in it
Ctrl + Shift + U-Convert to uppercase
Ctrl + U-Convert to lowercase
Ctrl + K + D-formatting documents
Tab-Increase Indent
Shift + Tab-Decrease Indent
Ctrl + M + M-collapse code, such as placing the cursor in the position of the #region, if, method header, will collapse them
----------------------------------------------------------------
Debug Run
----------------------------------------------------------------
F5-Start debugging
Shift + F5-Stop Debugging
F9-Set/Remove breakpoints
Ctrl + Shift + F9-Delete all breakpoints
F10-Process-by-step debugging
F11-sentence-by-statement debugging
----------------------------------------------------------------
operation of the project
----------------------------------------------------------------
Alt + Enter-Opens the Properties dialog box for the selected item
Ctrl + Shift + N-New project
Shift + Alt + N-New web site
Ctrl + N-New file
Ctrl + Shift + O-Open Project
Shift + Alt + O-Open Web site
Ctrl + O-Open File
----------------------------------------------------------------
View Call
----------------------------------------------------------------
F4-Properties
Ctrl + Alt + X-Toolbox
Ctrl + Alt + L-Solution Explorer
Ctrl + Alt + S-Server Explorer
----------------------------------------------------------------
Tips
----------------------------------------------------------------
1. Double-click the Control tool to add the control automatically.
2. Alt + arrow key-use arrow keys to resize controls
3. Arrow keys-Adjust the position of the control
4. Removing unwanted namespaces
5. Ctrl + Left and RIGHT arrow keys-one word can be moved at a time
6. Ctrl + up and DOWN ARROW keys-scroll the Code screen without moving the cursor position
VS and vassistx common shortcut keys