Visual Studio 2015 (Windows)
Code Snippets (Visual C# Scheme) - Select Text
Extends selection down one page / up one page
Shift + Page Down / Shift + Page Up
All hotkeys for Visual Studio 2015 (Windows)
Code Editor - Find, Replace, and GotoFind and replace dialog box |
Ctrl + F |
Code Editor - Find, Replace, and GotoFind next / find previous |
F3 / Shift + F3 |
Code Editor - Find, Replace, and GotoDisplay Replace options on the quick tab |
Ctrl + H |
Code Editor - Find, Replace, and GotoFind all references for selected symbol |
Shift + F12 |
Code Editor - Find, Replace, and GotoFind in files |
Ctrl + Shift + F |
Code Editor - Find, Replace, and GotoStop current find in files operation |
Alt + F3 , s |
Code Editor - Find, Replace, and GotoFind next / find previous in selected text |
Ctrl + F3 / Ctrl + Shift + F3 |
Code Editor - Find, Replace, and GotoFind symbol |
Alt + F12 |
Code Editor - Find, Replace, and GotoPut cursor in find/command box of the toolbar. Use ctrl+/ in Visual C# |
Ctrl + D |
Code Editor - Find, Replace, and GotoIncremental search / reverse incremental search |
Ctrl + I / Ctrl + Shift + I |
Code Editor - Find, Replace, and GotoQuick find symbol |
Shift + Alt + F12 |
Code Editor - Find, Replace, and GotoDisplay Navigate-To dialog box |
Ctrl + , |
Code Editor - Find, Replace, and GotoGoto line number |
Ctrl + G |
Code Editor - Find, Replace, and GotoGo to matching brace in source file |
Ctrl + ] |
Code Editor - Find, Replace, and GotoJump to next occurrence of highlighted symbol |
Shift + Ctrl + Arrow down |
Code Editor - Find, Replace, and GotoJump to previous occurrence of highlighted symbol |
Shift + Ctrl + Arrow up |
Code Editor - Undo, Redo, Copy, PasteCut, copy, paste |
Ctrl + x , Ctrl+ c , Ctrl+ V |
Code Editor - Undo, Redo, Copy, PastePastes an item from the Clipboard ring |
Ctrl + Shift + V |
Code Editor - Undo, Redo, Copy, PasteUndo |
Ctrl + Z |
Code Editor - Undo, Redo, Copy, PasteRedo (or Shift+Alt+Backspace, or Ctrl+Shift+Z) |
Ctrl + Y |
Code Editor - Select TextExtend selection one character/one line |
Shift + Arrow Keys |
Code Editor - Select TextExtend selection to end / to beginning of document |
Ctrl + Shift + End / Ctrl + Shift + Home |
Code Editor - Select TextExtend selection to nexst brace |
Ctrl + Shift + ] |
Code Editor - Select TextExtend selection to end / to beginning of line |
Shift + End / Shift + Home |
Code Editor - Select TextExtends selection down one page / up one page |
Shift + Page Down / Shift + Page Up |
Code Editor - Select TextSelect current word |
Ctrl + W |
Code Editor - Select TextCancel Selection |
Esc |
Code Editor - Select TextMoves cursor and extend selection to the last line / first line in view. |
Ctrl + Shift + Page Down / Page Up |
Code Editor - Select TextExtend selection one word to the right / one word to the left |
Ctrl + Shift + Arrow Right / Arrow Left |
Code Editor - Select TextSelect All |
Ctrl + A |
Code Editor - Collapse ItemsCollapse / un-collapse current preset area (e.g. method) |
Ctrl + M + M |
Code Editor - Collapse ItemsCollpase / hide current selection |
Ctrl + M + H |
Code Editor - Collapse ItemsCollapse declaration bodies |
Ctrl + M + O |
Code Editor - Collapse ItemsCollapse all |
Ctrl + M + A |
Code Editor - Collapse ItemsUncollapse all |
Ctrl + M + X |
Code Editor - Collapse ItemsCollapse Html tag |
Ctrl + m , ctrl + T |
Code Editor - Edit CodeDelete current line or selection of lines to and add to clipboard |
Ctrl + L |
Code Editor - Edit CodeDelete current line or selection of lines |
Ctrl + Shift + L |
Code Editor - Edit CodeDelete word to right of cursor |
Ctrl + Delete |
Code Editor - Edit CodeDelete word to left of cursor |
Ctrl + Backspace |
Code Editor - Edit CodeEnter blank line above cursor |
Ctrl + Enter |
Code Editor - Edit CodeEnter blank line below cursor |
Ctrl + Shift + Enter |
Code Editor - Edit CodeMake uppercase |
Ctrl + Shift + U |
Code Editor - Edit CodeMake lowercase (reverse upercase) |
Ctrl + U |
Code Editor - Edit CodeComment selected text |
Ctrl + K + C |
Code Editor - Edit CodeUncomment selected text |
Ctrl + K + U |
Code Editor - Edit CodeRemove white space and tabs in selection or around current cursor position |
Ctrl + K + \ |
Code Editor - Edit CodeFormat document to code formatting settings |
Ctrl + K + D |
Code Editor - Edit CodeFormat selection to code formatting settings |
Ctrl + K + F |
Code Editor - Edit CodeDisplay parameter required for selected method |
Ctrl + Shift + Space |
Code Editor - Edit CodeVisualize whitespace (or press Ctrl+r, then Ctrl+w) |
Ctrl + Shift + 8 |
Code Editor - Edit CodeFormat document to code formatting settings |
Ctrl + K + D |
Code Editor - Edit CodeFormat selection to code formatting settings |
Ctrl + K + F |
Code Editor - Edit CodeTranspose word to right of cursor; makes b=a out of a=b if cursor was in front of a |
Ctrl + Shift + T |
Code Editor - Edit CodeTranspose character left and right of cursor; cursor between ab would make ba |
Ctrl + T |
Code Editor - Edit CodeTranspose line: Move line below cursor up and current line down. |
Shift + Alt + T |
Code Editor - IntelliSense and Code HelperAutocomplete word from completion list (or alt+right arrow) |
Ctrl + Space |
Code Editor - IntelliSense and Code HelperShow parameter info |
Ctrl + Shift + Space |
Code Editor - IntelliSense and Code HelperDisplay symbol declaration |
Ctrl + F12 |
Code Editor - IntelliSense and Code HelperDisplay symbol definition |
F12 |
Code Editor - IntelliSense and Code HelperOpen IntelliSense completion list |
Ctrl + J |
Code Editor - BlocksIf block |
I |
Code Editor - BlocksElse block |
E + L |
Code Editor - BlocksDo While Loop block |
D + O |
Code Editor - BlocksFor Loop block |
F + O + R |
Code Editor - BlocksWhile loop block |
W + H |
Code Editor - BlocksLock block |
L |
Code Editor - BlocksBreak |
B + R |
Code Editor - Data TypesShort |
S + H |
Code Editor - Data TypesTrue |
T + R |
Code Editor - Data TypesFalse |
F |
Code Editor - Data TypesFloat |
F + L |
Code Editor - Data TypesByte |
B + Y |
Code Editor - Data TypesBool |
B + O |
Code Editor - Data TypesEnum myEnum |
E |
Code Editor - OthersA new public class block |
T |
Code Editor - OthersConsole.WriteLine |
C + W |
Code Editor - OthersMessageBox.show |
M + B |
Code Editor - OthersCrossAppDomainDelegate |
C + R |
Code Editor - OthersAccessViolationException |
A + B |
Code Editor - OthersException class |
E + X |
Code Editor - OthersStatic Void Main block |
S + V + M |
Code Editor - OthersParallel |
P + U |
Code Editor - OthersPublic Int Property |
P + R |
Code Editor - OthersStackalloc |
S |
Coding - Find, Replace, and GotoFind and replace dialog box |
Ctrl + F |
Coding - Find, Replace, and GotoFind next / find previous |
F3 / Shift + F3 |
Coding - Find, Replace, and GotoDisplay Replace options on the quick tab |
Ctrl + H |
Coding - Find, Replace, and GotoFind all references for selected symbol |
Shift + F12 |
Coding - Find, Replace, and GotoFind in files |
Ctrl + Shift + F |
Coding - Find, Replace, and GotoStop current find in files operation |
Alt + F3 , s |
Coding - Find, Replace, and GotoFind next / find previous in selected text |
Ctrl + F3 / Ctrl + Shift + F3 |
Coding - Find, Replace, and GotoFind symbol |
Alt + F12 |
Coding - Find, Replace, and GotoPut cursor in find/command box of the toolbar. Use ctrl+/ in Visual C# |
Ctrl + D |
Coding - Find, Replace, and GotoIncremental search / reverse incremental search |
Ctrl + I / Ctrl + Shift + I |
Coding - Find, Replace, and GotoQuick find symbol |
Shift + Alt + F12 |
Coding - Find, Replace, and GotoDisplay Navigate-To dialog box |
Ctrl + , |
Coding - Find, Replace, and GotoGoto line number |
Ctrl + G |
Coding - Find, Replace, and GotoGo to matching brace in source file |
Ctrl + ] |
Coding - Find, Replace, and GotoJump to next occurrence of highlighted symbol |
Shift + Ctrl + Arrow down |
Coding - Find, Replace, and GotoJump to previous occurrence of highlighted symbol |
Shift + Ctrl + Arrow up |
Coding - Undo, Redo, Copy, PasteCut, copy, paste |
Ctrl + x , Ctrl+ c , Ctrl+ V |
Coding - Undo, Redo, Copy, PastePastes an item from the Clipboard ring |
Ctrl + Shift + V |
Coding - Undo, Redo, Copy, PasteUndo |
Ctrl + Z |
Coding - Undo, Redo, Copy, PasteRedo (or Shift+Alt+Backspace, or Ctrl+Shift+Z) |
Ctrl + Y |
Coding - Select TextExtend selection one character/one line |
Shift + Arrow Keys |
Coding - Select TextExtend selection to end / to beginning of document |
Ctrl + Shift + End / Ctrl + Shift + Home |
Coding - Select TextExtend selection to nexst brace |
Ctrl + Shift + ] |
Coding - Select TextExtend selection to end / to beginning of line |
Shift + End / Shift + Home |
Coding - Select TextExtends selection down one page / up one page |
Shift + Page Down / Shift + Page Up |
Coding - Select TextSelect current word |
Ctrl + W |
Coding - Select TextCancel Selection |
Esc |
Coding - Select TextMoves cursor and extend selection to the last line / first line in view. |
Ctrl + Shift + Page Down / Page Up |
Coding - Select TextExtend selection one word to the right / one word to the left |
Ctrl + Shift + Arrow Right / Arrow Left |
Coding - Select TextSelect All |
Ctrl + A |
Coding - Collapse ItemsCollapse / un-collapse current preset area (e.g. method) |
Ctrl + M + M |
Coding - Collapse ItemsCollpase / hide current selection |
Ctrl + M + H |
Coding - Collapse ItemsCollapse declaration bodies |
Ctrl + M + O |
Coding - Collapse ItemsCollapse all |
Ctrl + M + A |
Coding - Collapse ItemsUncollapse all |
Ctrl + M + X |
Coding - Collapse ItemsCollapse Html tag |
Ctrl + m , ctrl + T |
Coding - Edit CodeDelete current line or selection of lines to and add to clipboard |
Ctrl + L |
Coding - Edit CodeDelete current line or selection of lines |
Ctrl + Shift + L |
Coding - Edit CodeDelete word to right of cursor |
Ctrl + Delete |
Coding - Edit CodeDelete word to left of cursor |
Ctrl + Backspace |
Coding - Edit CodeEnter blank line above cursor |
Ctrl + Enter |
Coding - Edit CodeEnter blank line below cursor |
Ctrl + Shift + Enter |
Coding - Edit CodeMake uppercase |
Ctrl + Shift + U |
Coding - Edit CodeMake lowercase (reverse upercase) |
Ctrl + U |
Coding - Edit CodeComment selected text |
Ctrl + K + C |
Coding - Edit CodeUncomment selected text |
Ctrl + K + U |
Coding - Edit CodeRemove white space and tabs in selection or around current cursor position |
Ctrl + K + \ |
Coding - Edit CodeFormat document to code formatting settings |
Ctrl + K + D |
Coding - Edit CodeFormat selection to code formatting settings |
Ctrl + K + F |
Coding - Edit CodeDisplay parameter required for selected method |
Ctrl + Shift + Space |
Coding - Edit CodeVisualize whitespace (or press Ctrl+r, then Ctrl+w) |
Ctrl + Shift + 8 |
Coding - Edit CodeFormat document to code formatting settings |
Ctrl + K + D |
Coding - Edit CodeFormat selection to code formatting settings |
Ctrl + K + F |
Coding - Edit CodeTranspose word to right of cursor; makes b=a out of a=b if cursor was in front of a |
Ctrl + Shift + T |
Coding - Edit CodeTranspose character left and right of cursor; cursor between ab would make ba |
Ctrl + T |
Coding - Edit CodeTranspose line: Move line below cursor up and current line down. |
Shift + Alt + T |
Coding - IntelliSense and Code HelperAutocomplete word from completion list (or alt+right arrow) |
Ctrl + Space |
Coding - IntelliSense and Code HelperShow parameter info |
Ctrl + Shift + Space |
Coding - IntelliSense and Code HelperDisplay symbol declaration |
Ctrl + F12 |
Coding - IntelliSense and Code HelperDisplay symbol definition |
F12 |
Coding - IntelliSense and Code HelperOpen IntelliSense completion list |
Ctrl + J |
Coding - BlocksIf block |
I |
Coding - BlocksElse block |
E + L |
Coding - BlocksDo While Loop block |
D + O |
Coding - BlocksFor Loop block |
F + O + R |
Coding - BlocksWhile loop block |
W + H |
Coding - BlocksLock block |
L |
Coding - BlocksBreak |
B + R |
Coding - Data TypesShort |
S + H |
Coding - Data TypesTrue |
T + R |
Coding - Data TypesFalse |
F |
Coding - Data TypesFloat |
F + L |
Coding - Data TypesByte |
B + Y |
Coding - Data TypesBool |
B + O |
Coding - Data TypesEnum myEnum |
E |
Coding - OthersA new public class block |
T |
Coding - OthersConsole.WriteLine |
C + W |
Coding - OthersMessageBox.show |
M + B |
Coding - OthersCrossAppDomainDelegate |
C + R |
Coding - OthersAccessViolationException |
A + B |
Coding - OthersException class |
E + X |
Coding - OthersStatic Void Main block |
S + V + M |
Coding - OthersParallel |
P + U |
Coding - OthersPublic Int Property |
P + R |
Coding - OthersStackalloc |
S |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoFind and replace dialog box |
Ctrl + F |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoFind next / find previous |
F3 / Shift + F3 |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoDisplay Replace options on the quick tab |
Ctrl + H |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoFind all references for selected symbol |
Shift + F12 |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoFind in files |
Ctrl + Shift + F |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoStop current find in files operation |
Alt + F3 , s |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoFind next / find previous in selected text |
Ctrl + F3 / Ctrl + Shift + F3 |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoFind symbol |
Alt + F12 |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoPut cursor in find/command box of the toolbar. Use ctrl+/ in Visual C# |
Ctrl + D |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoIncremental search / reverse incremental search |
Ctrl + I / Ctrl + Shift + I |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoQuick find symbol |
Shift + Alt + F12 |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoDisplay Navigate-To dialog box |
Ctrl + , |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoGoto line number |
Ctrl + G |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoGo to matching brace in source file |
Ctrl + ] |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoJump to next occurrence of highlighted symbol |
Shift + Ctrl + Arrow down |
Code Snippets (Visual C# Scheme) - Find, Replace, and GotoJump to previous occurrence of highlighted symbol |
Shift + Ctrl + Arrow up |
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, PasteCut, copy, paste |
Ctrl + x , Ctrl+ c , Ctrl+ V |
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, PastePastes an item from the Clipboard ring |
Ctrl + Shift + V |
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, PasteUndo |
Ctrl + Z |
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, PasteRedo (or Shift+Alt+Backspace, or Ctrl+Shift+Z) |
Ctrl + Y |
Code Snippets (Visual C# Scheme) - Select TextExtend selection one character/one line |
Shift + Arrow Keys |
Code Snippets (Visual C# Scheme) - Select TextExtend selection to end / to beginning of document |
Ctrl + Shift + End / Ctrl + Shift + Home |
Code Snippets (Visual C# Scheme) - Select TextExtend selection to nexst brace |
Ctrl + Shift + ] |
Code Snippets (Visual C# Scheme) - Select TextExtend selection to end / to beginning of line |
Shift + End / Shift + Home |
Code Snippets (Visual C# Scheme) - Select TextExtends selection down one page / up one page |
Shift + Page Down / Shift + Page Up |
Code Snippets (Visual C# Scheme) - Select TextSelect current word |
Ctrl + W |
Code Snippets (Visual C# Scheme) - Select TextCancel Selection |
Esc |
Code Snippets (Visual C# Scheme) - Select TextMoves cursor and extend selection to the last line / first line in view. |
Ctrl + Shift + Page Down / Page Up |
Code Snippets (Visual C# Scheme) - Select TextExtend selection one word to the right / one word to the left |
Ctrl + Shift + Arrow Right / Arrow Left |
Code Snippets (Visual C# Scheme) - Select TextSelect All |
Ctrl + A |
Code Snippets (Visual C# Scheme) - Collapse ItemsCollapse / un-collapse current preset area (e.g. method) |
Ctrl + M + M |
Code Snippets (Visual C# Scheme) - Collapse ItemsCollpase / hide current selection |
Ctrl + M + H |
Code Snippets (Visual C# Scheme) - Collapse ItemsCollapse declaration bodies |
Ctrl + M + O |
Code Snippets (Visual C# Scheme) - Collapse ItemsCollapse all |
Ctrl + M + A |
Code Snippets (Visual C# Scheme) - Collapse ItemsUncollapse all |
Ctrl + M + X |
Code Snippets (Visual C# Scheme) - Collapse ItemsCollapse Html tag |
Ctrl + m , ctrl + T |
Code Snippets (Visual C# Scheme) - Edit CodeDelete current line or selection of lines to and add to clipboard |
Ctrl + L |
Code Snippets (Visual C# Scheme) - Edit CodeDelete current line or selection of lines |
Ctrl + Shift + L |
Code Snippets (Visual C# Scheme) - Edit CodeDelete word to right of cursor |
Ctrl + Delete |
Code Snippets (Visual C# Scheme) - Edit CodeDelete word to left of cursor |
Ctrl + Backspace |
Code Snippets (Visual C# Scheme) - Edit CodeEnter blank line above cursor |
Ctrl + Enter |
Code Snippets (Visual C# Scheme) - Edit CodeEnter blank line below cursor |
Ctrl + Shift + Enter |
Code Snippets (Visual C# Scheme) - Edit CodeMake uppercase |
Ctrl + Shift + U |
Code Snippets (Visual C# Scheme) - Edit CodeMake lowercase (reverse upercase) |
Ctrl + U |
Code Snippets (Visual C# Scheme) - Edit CodeComment selected text |
Ctrl + K + C |
Code Snippets (Visual C# Scheme) - Edit CodeUncomment selected text |
Ctrl + K + U |
Code Snippets (Visual C# Scheme) - Edit CodeRemove white space and tabs in selection or around current cursor position |
Ctrl + K + \ |
Code Snippets (Visual C# Scheme) - Edit CodeFormat document to code formatting settings |
Ctrl + K + D |
Code Snippets (Visual C# Scheme) - Edit CodeFormat selection to code formatting settings |
Ctrl + K + F |
Code Snippets (Visual C# Scheme) - Edit CodeDisplay parameter required for selected method |
Ctrl + Shift + Space |
Code Snippets (Visual C# Scheme) - Edit CodeVisualize whitespace (or press Ctrl+r, then Ctrl+w) |
Ctrl + Shift + 8 |
Code Snippets (Visual C# Scheme) - Edit CodeFormat document to code formatting settings |
Ctrl + K + D |
Code Snippets (Visual C# Scheme) - Edit CodeFormat selection to code formatting settings |
Ctrl + K + F |
Code Snippets (Visual C# Scheme) - Edit CodeTranspose word to right of cursor; makes b=a out of a=b if cursor was in front of a |
Ctrl + Shift + T |
Code Snippets (Visual C# Scheme) - Edit CodeTranspose character left and right of cursor; cursor between ab would make ba |
Ctrl + T |
Code Snippets (Visual C# Scheme) - Edit CodeTranspose line: Move line below cursor up and current line down. |
Shift + Alt + T |
Code Snippets (Visual C# Scheme) - IntelliSense and Code HelperAutocomplete word from completion list (or alt+right arrow) |
Ctrl + Space |
Code Snippets (Visual C# Scheme) - IntelliSense and Code HelperShow parameter info |
Ctrl + Shift + Space |
Code Snippets (Visual C# Scheme) - IntelliSense and Code HelperDisplay symbol declaration |
Ctrl + F12 |
Code Snippets (Visual C# Scheme) - IntelliSense and Code HelperDisplay symbol definition |
F12 |
Code Snippets (Visual C# Scheme) - IntelliSense and Code HelperOpen IntelliSense completion list |
Ctrl + J |
Code Snippets (Visual C# Scheme) - BlocksIf block |
I |
Code Snippets (Visual C# Scheme) - BlocksElse block |
E + L |
Code Snippets (Visual C# Scheme) - BlocksDo While Loop block |
D + O |
Code Snippets (Visual C# Scheme) - BlocksFor Loop block |
F + O + R |
Code Snippets (Visual C# Scheme) - BlocksWhile loop block |
W + H |
Code Snippets (Visual C# Scheme) - BlocksLock block |
L |
Code Snippets (Visual C# Scheme) - BlocksBreak |
B + R |
Code Snippets (Visual C# Scheme) - Data TypesShort |
S + H |
Code Snippets (Visual C# Scheme) - Data TypesTrue |
T + R |
Code Snippets (Visual C# Scheme) - Data TypesFalse |
F |
Code Snippets (Visual C# Scheme) - Data TypesFloat |
F + L |
Code Snippets (Visual C# Scheme) - Data TypesByte |
B + Y |
Code Snippets (Visual C# Scheme) - Data TypesBool |
B + O |
Code Snippets (Visual C# Scheme) - Data TypesEnum myEnum |
E |
Code Snippets (Visual C# Scheme) - OthersA new public class block |
T |
Code Snippets (Visual C# Scheme) - OthersConsole.WriteLine |
C + W |
Code Snippets (Visual C# Scheme) - OthersMessageBox.show |
M + B |
Code Snippets (Visual C# Scheme) - OthersCrossAppDomainDelegate |
C + R |
Code Snippets (Visual C# Scheme) - OthersAccessViolationException |
A + B |
Code Snippets (Visual C# Scheme) - OthersException class |
E + X |
Code Snippets (Visual C# Scheme) - OthersStatic Void Main block |
S + V + M |
Code Snippets (Visual C# Scheme) - OthersParallel |
P + U |
Code Snippets (Visual C# Scheme) - OthersPublic Int Property |
P + R |
Code Snippets (Visual C# Scheme) - OthersStackalloc |
S |
Manage Visual StudioSave current file |
Ctrl + S |
Manage Visual StudioSave all files |
Ctrl + Shift + S |
Manage Visual StudioCreate new project |
Ctrl + Shift + N |
Manage Visual StudioOpen file |
Ctrl + O |
Manage Visual StudioOpen project |
Ctrl + Shift + O |
Manage Visual StudioAdd item to project |
Ctrl + Shift + A |
Manage Visual StudioClose menu or dialog |
Esc |
Manage Visual Studio |
Ctrl + P |
Manage Visual StudioToggle full screen mode |
Shift + Alt + Enter |
Manage Visual StudioClose current tab |
Ctrl + F4 |
Manage Visual StudioGo to next / go to previous window |
Ctrl + F6 / Ctrl + Shift + F6 |
Manage Visual StudioPress and hold Ctrl+Tab, then using arrow keys gives a small task manager with all open files and views |
Ctrl + Tab , then Arrow keys |
Manage Visual StudioFind current document in Solution Explorer |
Ctrl - [ / Ctrl + S |
Manage Visual StudioDiagram |
Ctrl + 1 |
Manage Visual StudioCriteria |
Ctrl + 2 |
Manage Visual StudioSQL |
Ctrl + 3 |
Manage Visual StudioResults |
Ctrl + 4 |
Manage Visual StudioRename |
F2 / Ctrl + R / R |
BookmarksToogle bookmark |
Ctrl + K + K |
BookmarksGoto next bookmark |
Ctrl + K + N |
BookmarksGoto previous bookmark |
Ctrl + K + P |
BookmarksGoto next bookmark in folder |
Ctrl + Shift + K + N |
BookmarksGoto previous bookmark in folder |
Ctrl + Shift + K + P |
BookmarksPut focus on bookmark window |
Ctrl + K + W |
BookmarksLeave bookmark window and focus on editor |
Esc |
BookmarksToggle code shortcut at current line* |
Ctrl + K + H |
BookmarksClear all bookmarks |
Ctrl + K + L |
BookmarksShow Task List (including code shortcuts) |
Ctrl + \ + T |
Build and DebugBuild solution (or Ctrl+shift+b) |
F6 |
Build and DebugRebuild solution |
Ctrl + Alt + F7 |
Build and DebugCancel build process |
Ctrl + Break |
Build and DebugShow error list |
Ctrl + \ + E |
Build and DebugToggle breakpoint |
F9 |
Build and DebugInsert new function breakpoint |
Ctrl + B |
Build and DebugStart debugging |
F5 |
Build and DebugDebug / step into |
F11 |
Build and DebugDebug / step over |
F10 |
Build and DebugDebug / step out |
Shift + F11 |
Build and DebugDebug / run to cursor |
Ctrl + F10 |
Build and DebugShow Quickwatch window |
Ctrl + Alt + Q |
Build and DebugSet current statement to be the next executed |
Ctrl + Shift + F10 |
Build and DebugShow nexst statement |
Alt + * (on numeric keyboard) |
Build and DebugShow Exception dialog box |
Ctrl + Alt + E |
Build and DebugToggle between disassembly and user code view |
Ctrl + F11 |
Build and DebugStop Debugging |
Shift + F5 |
Build and DebugBypass debugger |
Ctrl + F5 |
Build and DebugShow attach to process window |
Ctrl + Alt + P |
Build and DebugBreak all executing threads |
Ctrl + Alt +break |
Tool WindowsPut cursor in the find/command box in toolbar |
Ctrl + / |
Tool WindowsOpen code snippet manager window |
Ctrl + K + B |
Tool WindowsOpen macro IDE window |
Alt + F11 |
Tool WindowsOpen bookmark window |
Ctrl + K + W |
Tool WindowsOpen call hierarchy window |
Ctrl + Alt + K |
Tool WindowsOpen class view window |
Ctrl + Shift + C |
Tool WindowsOpen Command window |
Ctrl + Alt + A |
Tool WindowsOpen Output window |
Ctrl + Shift + O |
Tool WindowsOpen Resource view window |
Ctrl + Shift + E |
Tool WindowsOpen Server explorer window |
Ctrl + Alt + S |
Tool WindowsOpen Solution explorer window |
Ctrl + Shift + L |
Tool WindowsClose Find & Replace Window |
Shift + Esc |
For HTML PagesToggle between Design and Code behind pages |
F7 |
For HTML PagesToggle between Design and HTML Source |
Shift + F7 |
For HTML PagesCycle between design, split and source |
Ctrl + Page Down / Page Up |
For HTML PagesDelete all breakpoints |
Ctrl + Shift + F9 |