1. Code Writing
shift+alt+enter--Full Screen display
SHIFT--ALT+F10-----Open the option to implement the interface, continue pressing I to implement the interface, press R to rename
Ctrl+r+e--------Package Fields
Ctrl + J----------List members, including code hints only
Tab (Double-click)--------a block of code, for example, after try, for, do, and then press
Ctrl + K + S---------outside code, including code block templates
"CW" +tab +tab------------Console.WriteLine ();
"Mbox" + Tab + TAB-----------MessageBox.Show ();
Ctrl + Shift + Space-----------parameter information
F6/ctrl + Shift + B-----------Build Solution
F7----------Jump to the back of the form code, WinForm, WebForm can
F12-------View Method definitions
Ctrl + "-"------quick return to method press F12 place
Shift + F12------Find out all the places that are used in a particular type
Press "F8" or "Shift + F8" to toggle between the front and back items in the list.
Ctrl + Shift + F:entrie solution search.
2. Code manipulation
Ctrl + K + C------Comments
Ctrl + K + U------Uncomment
Ctrl +j---------looking for matching parentheses
Ctrl + Shift + J----------Select the matching parentheses with the code in it
Ctrl + F---------Quick Find
Ctrl + H---------Quick Replace
Ctrl + Shift + U---------Convert to uppercase
Ctrl + U-------converted to lowercase
Ctrl + K + D-------Formatting documents
Tab---Increase Indent
Shift +tab------Decrease Indent
Ctrl + M + M--------folding code, such as placing the cursor in the position of #region, if, method headers, will collapse them
Ctrl + M + O--------Folding Code
Ctrl + M + P--------Unwind code
3. Debug Run
F5; start debugging
Shift + F5---Stop debugging
F9---------Setting breakpoints
CTRL + Shift + F9---------Delete all breakpoints
F10------Process-wise Commissioning
F11-------By-statement debugging
4. Operation of the project
Alt + Enter----------Open 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
Ctrl + Alt + O-------Open Web site
Ctrl + O----------Open File
5. View Call
F4-------Properties
CTRL + ALT + X----Toolbox
CTRL + ALT + L------Solution Explorer
Ctrl + Alt + S--------Server Explorer
Add: How to organize the code in the program?
Ctrl + K +f: The code for the selected or current line is sorted
Ctrl + K +d: Is the collation of all code
Common vs shortcut key rollup