Recently, many friends have said that they are not sure what the VS2010 shortcut keys are. So today I have brought you a complete list of VS2010 shortcut keys. Friends in need can come and take a look. I hope it can help you.
Ctrl+E,D ----Format all code
Ctrl+E,F ----Format the selected code
CTRL + SHIFT + B generate solution
CTRL + F7 generate compilation
CTRL + O Open file
CTRL + SHIFT + O to open the project
CTRL + SHIFT + C to display the class view window
F4 displays the properties window
SHIFT + F4 displays the project properties window
CTRL + SHIFT + E to display 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+F3Help-Search
SHIFT + ALT + ENTER full screen
CTRL + - Position backward
CTRL + SHIFT + - Position forward
CTRL + F4 close document window
CTRL + PAGE DOWN position the cursor above the window
CTRL + PAGE UP position the cursor below 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 to cancel remark
CTRL + K, CTRL + C comment selected code
CTRL + K, CTRL + U uncomment selected code
CTRL + M, CTRL + O collapse code definition
CTRL + M, CTRL + L expand code definition
CTRL + DELETE to delete to the end of the word
CTRL + BACKSPACE delete to beginning
SHIFT + TAB cancel tab character
CTRL + U to lowercase
CTRL + SHIFT + U to uppercase
CTRL + SHIFT + END select to the end of the document
CTRL + SHIFT + HOME select to start at the end of the document
SHIFT + END select to end of line
SHIFT + HOME select to start of line
SHIFT + ALT + END vertically select to the end
SHIFT + ALT + HOME vertical selection to front
CTRL + SHIFT + PAGE UP to select to the front of this page
CTRL + SHIFT + PAGE DOWN to select to the back of this page
CTRL + END position the document to the end
CTRL + HOME document positioned at the front
CTRL + A to select all
CTRL + W selects the current word
CTRL+G Go to…
CTRL + K, CTRL + P Previous tab
CTRL + K, CTRL + N next tab
ALT+F10Debug-ApplyCodeChanges
CTRL+ALT+Break to stop debugging
CTRL + SHIFT + F9 cancel all breakpoints
CTRL+F9 enable interrupt
CTRL+SHIFT+F5 Debug-Start Again
F5 run debugging
CTRL+F5 runs without debugging
F10 crosses program execution
F11 executes step by step
CTRL + J to list members
CTRL + PAGE DOWN next view
CTRL+B format - bold
CTRL + SHIFT + T format - text indent
Debugging shortcut keys
F6: Generate solution
Ctrl+F6: Generate the current project
F7: View code
Shift+F7: View 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/disable breakpoints
Ctrl+Shift+F9: Delete all breakpoints
F10: process by process
Ctrl+F10: Run to the cursor
F11: statement by statement
Edit shortcut keys
Shift+Alt+Enter: Switch to full screen editing
Ctrl+B,T / Ctrl+K,K: Toggle bookmarks on and off
Ctrl+B,N / Ctrl+K,N: Move to next bookmark
Ctrl+B,P: Move to the previous bookmark
Ctrl+B,C: Clear all tags
Ctrl+I: progressive search
Ctrl+Shift+I: Reverse progressive search
Ctrl+F: Find
Ctrl+Shift+F: Find in files
F3: Find next
Shift+F3: Find the previous one
Ctrl+H: Replace
Ctrl+Shift+H: Replace in file
Alt+F12: Search for symbols (list all search results)
Ctrl+Shift+V: Clipboard loop
Ctrl + left and right arrow keys: move one word at a time
Ctrl+up and down arrow keys: Scrolls the code screen without moving the cursor position.
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 white space
Ctrl+E,W: Automatic line wrap
Ctrl+G: Go to the specified line
Shift+Alt+arrow keys: Select rectangular text
Alt+left mouse button: Select rectangular text
Ctrl+Shift+U: Change all to uppercase
Ctrl+U: Change all to lowercase
Code shortcuts
Ctrl+J / Ctrl+K,L: List members
Ctrl+Shift+Spacebar / Ctrl+K,P: Parameter information
Ctrl+K,I: Quick message
Ctrl+E,C / Ctrl+K,C: Annotate selection
Ctrl+E,U / Ctrl+K,U: Deselect the annotation content
Ctrl+K,M: Generate method stub
Ctrl+K,X: Insert code snippet
Ctrl+K,S: Insert outer code
F12: Go to the definition of the called procedure or variable
Window shortcut keys
Ctrl+W,W: browser window
Ctrl+W,S: Solution Manager
Ctrl+W,C: Class 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: Immediate window
Ctrl+Tab: Switch active form
Ctrl+Shift+N: New project
Ctrl+Shift+O: Open project
Ctrl+Shift+S: Save all
Shift+Alt+C: Create new class
Ctrl+Shift+A: New item
The above is a collection of VS2010 shortcut keys brought by the editor. Friends in need should not miss it.