Featured Post

TNTET 2017 BREAKING NEWS

TNTET 2017 BREAKING NEWS | ஆசிரியர் தகுதித்தேர்வு நடத்த அனைத்து ஏற்பாடுகளும் தயார்...ஓரிரு நாட்களில் முறையான அறிவிப்பு வெளியாகிறது...| விண்ண...

Sunday, January 20, 2013

Visual Studio 2010 Shortcuts

1. Manage Visual Studio
⌃+sSave current file
⌃+⇧+sSave all files
⌃+⇧+nCreate new project
⌃+oOpen file
⌃+⇧+oOpen project
⌃+⇧+aAdd item to project
EscClose menu or dialog
⌃+pPrint
⇧+Alt+EnterToggle full screen mode
⌃+f4Close current tab
⌃+f6/⌃+⇧+f6Go to next / go to previous window
⌃+Tab, then Arrow keysPress and hold ⌃+Tab, then using arrow keys gives a small task manager with all open files and views

▲ up
minus2. Bookmarks
For keystrokes with two keys such as ⌃+k+k, keep holding the ⌃ key until releasing the last key.
⌃+k+kToogle bookmark
⌃+k+nGoto next bookmark
⌃+k+pGoto previous bookmark
⌃+⇧+k+nGoto next bookmark in folder
⌃+⇧+k+pGoto previous bookmark in folder
⌃+k+wPut focus on bookmark window
EscLeave bookmark window and focus on editor
⌃+k+hToggle code shortcut at current line*
⌃ + K + LClear all bookmarks
*if somebody figures out additional shortut keys on how to use code shortcuts, please edit this page and add.
▲ up
minus3. Code Editor
minusFind, Replace, and Goto
⌃+fFind and replace dialog box
f3/⇧+f3Find next / find previous
⌃+hDisplay Replace options on the quick tab
⇧+f12Find all references for selected symbol
⌃+⇧+fFind in files
Alt+F3, sStop current find in files operation
⌃+F3/⌃+⇧+f3Find next / find previous in selected text
Alt+F12Find symbol
⌃+dPut cursor in find/command box of the toolbar. Use ⌃+/ in Visual C#
⌃+i/⌃+⇧+iIncremental search / reverse incremental search
⇧+Alt+f12Quick find symbol
⌃+,Display Navigate-To dialog box
⌃+gGoto line number
⌃+]Go to matching brace in source file
minusUndo, Redo, Copy, Paste
⌃+x, Ctrl+x, Ctrl+vCut, copy, paste
⌃+⇧+vPastes an item from the Clipboard ring
⌃+zUndo
⌃+yRedo (or ⇧+Alt+Backspace, or ⌃+⇧+Z)
minusSelect Text
⇧+Arrow KeysExtend selection one character/one line
⌃+⇧+End/ ⌃+⇧+HomeExtend selection to end / to beginning of document
⌃+⇧+]Extend selection to nexst brace
⇧+End/ ⇧+HomeExtend selection to end / to beginning of line
⇧+Page Down/ ⇧+Page UpExtends selection down one page / up one page
⌃+wSelect current word
EscCancel Selection
⌃+⇧+Page Down/ Page UpMoves cursor and extend selection to the last line / first line in view.
⌃+⇧+Arrow right/ arrow leftExtend selection one word to the right / one word to the left
⌃+aSelect All
▲ up
minus4. Coding
minusCollapse Items
⌃+m+mCollapse / un-collapse current preset area (e.g. method)
⌃+m+hCollpase / hide current selection
⌃+m+oCollapse declaration bodies
⌃+m+aCollapse all
⌃+m+xUncollapse all
⌃+m, ⌃+tCollapse Html tag
minusEdit Code
⌃+lDelete current line or selection of lines to and add to clipboard
⌃+⇧+lDelete current line or selection of lines
⌃+DeleteDelete word to right of cursor
⌃+BackspaceDelete word to left of cursor
⌃+EnterEnter blank line above cursor
⌃+⇧+EnterEnter blank line below cursor
⌃+⇧+uMake uppercase
⌃+uMake lowercase (reverse upercase)
⌃+k+cComment selected text
⌃+k+uUncomment selected text
⌃+k+\Remove white space and tabs in selection or around current cursor position
⌃+k+dFormat document to code formatting settings
⌃+k+fFormat selection to code formatting settings
⌃+⇧+spaceDisplay parameter required for selected method
⌃+⇧+8Visualize whitespace (or press ⌃+r, then ⌃+w)
⌃+k+dFormat document to code formatting settings
⌃+k+fFormat selection to code formatting settings
⌃+⇧+tTranspose word to right of cursor; makes b=a out of a=b if cursor was in front of a
⌃+tTranspose character left and right of cursor; cursor between ab would make ba
⇧+Alt+tTranspose line: Move line below cursor up and current line down.
minusIntelliSense and Code Helper
⌃+SpaceAutocomplete word from completion list (or alt+right arrow)
⌃+⇧+SpaceShow parameter info
⌃+f12Display symbol definition
f12Display symbol declaration
⌃+jOpen IntelliSense completion list
▲ up
minus5. Build and Debug
f7Build solution (or ⌃+⇧+b)
⌃+Alt+f7Rebuild solution
⌃+breakCancel build process
⌃+\+eShow error list
f9Toggle breakpoint
⌃+bInsert new function breakpoint
f5Start debugging
f11Debug / step into
f10Debug / step over
⇧+f11Debug / step out
⌃+f10Debug / run to cursor
⌃+Alt+qShow Quickwatch window
⌃+⇧+f10Set current statement to be the next executed
Alt+* (on numeric keyboard)Show nexst statement
⌃+Alt+eShow Exception dialog box
⌃+f11Toggle between disassembly and user code view
⇧+f5Stop Debugging
⌃+f5Bypass debugger
⌃+Alt+pShow attach to process window
⌃+Alt+breakBreak all executing threads
▲ up
minus6. Tool Windows
⌃+/Put cursor in the find/command box in toolbar
⌃+k+bOpen code snippet manager window
Alt+f11Open macro IDE window
⌃+k+wOpen bookmark window
⌃+Alt+kOpen call hierarchy window
⌃+⇧+cOpen class view window
⌃+Alt+aOpen Command window
⌃+⇧+oOpen Output window
⌃+⇧+eOpen Resource view window
⌃+Alt+sOpen Server explorer window
⌃+⇧+lOpen Solution explorer window
⇧+EscClose Find & Replace Window

No comments: