Code Auto-Complete
Snippets
Link:
http://msdn.microsoft.com/en-us/library/z4c5cc9b (v=vs.90). aspx
http://lujun5918.blog.163.com/blog/static/28722771201111503419927/
Shortcut keys
F4 Display Properties Window
F12 go To Definition
CTRL + F12 go to Declaration
F7: View Code
Shift+f7: Viewing the form Designer
F6: Build Solution
CTRL+F6: Build Current project
F10: Process-by-step
CTRL+F10: Run to Cursor
===============================
Ctrl+e,d----Formatting all of your code
Ctrl+e,f----Formatting the selected code
CTRL + SHIFT + B Build Solution
CTRL + F7 Build compilation
CTRL + O Open File
CTRL + SHIFT + o Open Project
CTRL + SHIFT + C displays the Class View window
F4 Display Properties Window
SHIFT + F4 Show Project Properties window
CTRL + SHIFT + E display Resource View
F12 go To Definition
CTRL + F12 go to Declaration
CTRL + ALT + J Object Browse
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 +-Navigate backwards
CTRL + SHIFT +-Navigate Forward
CTRL + F4 Close document window
CTRL + PAGE down cursor positioned above window
CTRL + PAGE up cursor positioned below 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 on the selected code
CTRL + K, CTRL + U uncomment the selection code
CTRL + M, CTRL + O collapse Code definition
CTRL + M, CTRL + L expand Code Definition
CTRL + DELETE Delete to ending
CTRL + backspace Delete to prefix
SHIFT + TAB to cancel tabs
CTRL + U Turn lowercase
CTRL + SHIFT + U-turn capitalization
CTRL + SHIFT + END selection to end of document
CTRL + SHIFT + Home selection to start at the end of the document
SHIFT + End Select to end of line
SHIFT + Home selection to start at line
SHIFT + ALT + END vertical selection to last tail
SHIFT + ALT + Home Vertical selection to the front
CTRL + a Select all
CTRL + W Select the current word
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 anchored to last
CTRL + Home Document navigates to the front
CTRL + G go to ...
CTRL + K, CTRL + P previous label
CTRL + K, CTRL + N Next label
ALT + F10 Debug-applycodechanges
CTRL + ALT + BREAK stop debugging
CTRL + SHIFT + F9 Cancel all breakpoints
CTRL + F9 allow interrupts
CTRL + SHIFT + F5 Debug-Start again
F5 Run debugging
CTRL + F5 run without Debugging
F10 Across program execution
F11 stepping through a single step
CTRL + J List Members
CTRL + PAGE down next view
CTRL + B Format-Bold
CTRL + SHIFT + t format-text indent
debugging shortcut keys
F6: Build Solution
CTRL+F6: Build Current project
F7: View Code
Shift+f7: Viewing the form Designer
F5: Start Debugging
Ctrl+f5: Start execution (without debugging)
SHIFT+F5: Stop Debugging
Ctrl+shift+f5: Restart debugging
F9: Toggle Breakpoint
CTRL+F9: Enable/Stop breakpoints
CTRL+SHIFT+F9: Delete all breakpoints
F10: Process-by-step
CTRL+F10: Run to Cursor
F11: Per-statement
Edit shortcut Keys