VS2010 Edition shortcut keys

Source: Internet
Author: User

ctrl+e,d----Formatting All code  ctrl+e,f----formatting the selected code  ctrl + SHIFT + B Build Solution  ctrl + F7 Generate compilation  ctrl + O Open File  ct RL + SHIFT + O Open Item  ctrl + SHIFT + C Display Class View window  f4 Display Properties window  shift + F4 Show Project Properties window  ctrl + SHIFT + E Show Resource View  F1 2 Go To Definition  ctrl + F12 go to declaration  ctrl + ALT + J Object Browse  ctrl + ALT + F1 Help catalog  ctrl + F1 Dynamic Help  f1 help  shift + F1 Current Window Help  ctrl + ALT + F3 Help-search  shift + ALT + Enter full screen  ctrl +-Navigate backwards  ctrl + SHIFT +-forward position  ctrl + F4 off 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 selected code &NBS P 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 final  ctrl + backspace Delete to prefix  shift + TAB Cancel tab  ctrl + U-Turn lowercase  ctrl + SHIFT + U-turn caps  ctrl + SHIFT + END Select to end of document  ctrl + SHIFT + Home selection to end of documentStart  shift + End Select to end of line  shift + Home selection to line start  shift + ALT + END Vertical selection to last  shift + ALT + Home Vertical selection to front  ctrl + SHIFT + PAGE UP Select to the front of this page  ctrl + SHIFT + PAGE DOWN select to the end of this page  ctrl + end document to navigate to the last  ctrl + home document to navigate to the top  ctrl + A Select all  ctrl + W Choose 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 + B Reak Stop Debugging  ctrl + SHIFT + F9 Cancel all breakpoints  ctrl + F9 allow interrupt  ctrl + SHIFT + F5 Debug-restart  f5 run Debug  ctrl + F5 run not debug &NB Sp F10 Step through program execution  F11 stepping  ctrl + J List Members  ctrl + PAGE down next view  ctrl + B format-Bold  ctrl + SHIFT + t format-text indent &nbs p; Debug shortcut key  f6: Build Solution  ctrl+f6: Build current project  f7: View Code  shift+f7: View Form designer  f5: Start debugging  ctrl+f5: Start Execution ( Do not debug)  shift+f5: Stop Debugging  ctrl+shift+f5: Restart Debug  f9: Toggle Breakpoint  ctrl+f9: Enable/Stop breakpoint  CTRL+SHIFT+F9: Delete all breakpoints  F10: Step over  CTRL+F10: Run to Cursor  F11: statement   Edit shortcut  shift+alt+enter: Toggle Full Screen editing  ctrl+b,t/ctrl+k,k: Toggle Bookmark Switch  ctrl+b,n/ctrl+k,n: Move to Next bookmark  ctrl+b,p: Move to previous bookmark  ctrl+b,c: Clear All Tags  ctrl+i: progressive search  ctrl+ Shift+i: Reverse Incremental Search  ctrl+f: Find  ctrl+shift+f: Find  f3 in file: Find Next  shift+f3: Find previous  ctrl+h: replace   Ctrl+shift+h: Replace  alt+f12 in file: Find Symbol (List all find results)  ctRl+shift+v: Clipboard loop  ctrl+ left and RIGHT arrow keys: You can move one word at a time  ctrl+ up and DOWN ARROW keys: Scroll the Code screen without moving the cursor position.  ctrl+shift+l: Delete Current row  ctrl+m,m: Hides or expands the currently nested collapsed state  ctrl+m,l: Set all procedures to the same hidden or expanded state  ctrl+m,p: Stop outlining  ctrl+e,s: View blank  ctrl+e,w: Wrap  ctrl+g: Go to the specified line  shift+alt+ arrow key: Select Rectangle text  alt+ left mouse button: Select rectangle text   Ctrl+shift+u: All uppercase  ctrl+u: All changed to lowercase   code shortcuts  ctrl+j/ctrl+k,l: List members  ctrl+shift+ SPACEBAR/ctrl+k,p: Parameter information & nbsp Ctrl+k,i: Quick Info  ctrl+e,c/ctrl+k,c: Comment selection  ctrl+e,u/ctrl+k,u: Deselect comment content  ctrl+k,m: Generate Method Stub  ctrl+k,x : inserting snippet  ctrl+k,s: Inserting an outside code  f12: go to the definition of the called procedure or Variable   window shortcut  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: active form Toggle  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  VS2005 Hidden shortcuts   Here I will share some of the shortcuts that are not explicitly pointed out in the VS2005, not all shortcuts, or some of the common shortcut keys.  1, Ctrl+space directly complete the class or function (originally this is not a hidden shortcut key, but because the Chinese input method to preempt this shortcut key, so ... , the alternate shortcut is Alt+right)  2, shift+delete the entire row delete, and put this line to the Clipboard (at this time can not select a section of content)  3, Shift+insert Paste, a little strange, Ctrl + V can be, Probably for the shift+delete.  4, Ctrl+up,ctrl+down Scroll editor, but try not to move the cursor, the cursor is guaranteed within the visible range  5, ctrl+backspace,ctrl+delete the whole word deleted, Sometimes it is useful  6, ctrl+left,ctrl+right to move the cursor by the whole word (not hidden, and the first few add up is the Ctrl Cursor Control suite)  7, ALT+SHIFT+F10 open to perform renaming, Implements the interface and the abstract class small window (can also use CTRL +, but some Chinese input method uses this)  8, SHIFT+F9 debugging is to open QuickWatch, content is the current cursor where the content  9, F12 jump to the definition, very useful shortcut keys  10, shift+f12 Find all references  ---------------------------------------VS2008 shortcut keys Daquan----------------------------  ctrl+m+crtr+o Collapse All outlines  ctrl+m+crtr+p: Stop outlining  ctrl+k+crtr+c: Comment selection  ctrl+k+crtr+u: Deselect comment content  ctrl+j: List member IntelliSense  shift+alt+enter: Toggle Full Screen editing  ctrl+b,t/ctrl+k,k: Toggle Bookmark Switch  ctrl+b,n/ctrl+k,n: Move to Next Bookmark  ctrl+b,p: Move to previous bookmark  ctrl+b,c: Clear All Tags  ctrl+i: Incremental search  ctrl+shift+i: Reverse Incremental search  ctrl+f: CheckFind  ctrl+shift+f: Find  f3 in file: Find Next  shift+f3: Find previous  ctrl+h: replace  ctrl+shift+h: replace  alt+ in file F12: Find Symbol (List all find results)  ctrl+shift+v: Clipboard loop  ctrl+ left and RIGHT arrow keys: One word can be moved at a time  ctrl+ up and DOWN ARROW keys: Scroll the Code screen, but do not move the cursor position.  ctrl+shift+l: Delete Current row  ctrl+m,m: Hides or expands the currently nested collapsed state  ctrl+m,l: Set all procedures to the same hidden or expanded state  ctrl+e,s: View Blank  ctrl+e,w: Wrap  ctrl+g: Go to the specified line  shift+alt+ arrow key: Select Rectangle text  alt+ left mouse button: Select rectangle text  ctrl+shift+u: all uppercase  ctrl+u: All changed to lowercase   code shortcuts  ctrl+shift+ SPACEBAR/ctrl+k,p: Parameter information  ctrl+k,i: Quick Info  ctrl+e,u/ctrl+k,u: Deselect comment Content  ctrl+k,m: Generate Method Stub  ctrl+k,x: Insert Snippet  ctrl+k,s: Insert the outer code  F12: Go to the definition of the called procedure or Variable   window shortcut   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  trl+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: Breakpoints window  ctrl+d,i: Immediate Window  ctrl+tab: active form Toggle  ctrl+shift+n: New Project  ctrl+shift+o: Open Project  ctrl+shift+s: fullDepartment Save  shift+alt+c: New class  ctrl+shift+a: New Item  shift+alt+enter: Toggle fullscreen edit  ctrl+b,t/ctrl+k,k: Toggle Bookmark Switch   Ctrl+b,n/ctrl+k,n: Move to Next bookmark  ctrl+b,p: Move to previous bookmark  ctrl+b,c: Clear All Tags  ctrl+i: progressive search  ctrl+shift+i: Reverse Incremental Search  ctrl+f: Find  ctrl+shift+f: Find  f3 in file: Find Next  shift+f3: Find previous  ctrl+h: Replace  ctrl+ Shift+h: Replace  alt+f12 in file: Find Symbol (List all find results)  ctrl+shift+v: Clipboard loop  ctrl+ left and RIGHT arrow keys: One word can be moved at a time  ctrl+ up and DOWN ARROW keys: Scrolls the code screen, but does not move the cursor position.  ctrl+shift+l: Delete Current row  ctrl+m,m: Hides or expands the currently nested collapsed state  ctrl+m,l: Set all procedures to the same hidden or expanded state  ctrl+m,p: Stop outlining  ctrl+e,s: View blank  ctrl+e,w: Wrap  ctrl+g: Go to the specified line  shift+alt+ arrow key: Select Rectangle text  alt+ left mouse button: Select rectangle text   Ctrl+shift+u: All into uppercase  ctrl+u: all lowercase  

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

VS2010 Edition shortcut keys

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.