Ctrl + F
|
Code Editor - Find, Replace, and Goto
Find and replace dialog box
|
F3 / Shift + F3
|
Code Editor - Find, Replace, and Goto
Find next / find previous
|
Ctrl + H
|
Code Editor - Find, Replace, and Goto
Display Replace options on the quick tab
|
Shift + F12
|
Code Editor - Find, Replace, and Goto
Find all references for selected symbol
|
Ctrl + Shift + F
|
Code Editor - Find, Replace, and Goto
Find in files
|
Alt + F3 , s
|
Code Editor - Find, Replace, and Goto
Stop current find in files operation
|
Ctrl + F3 / Ctrl + Shift + F3
|
Code Editor - Find, Replace, and Goto
Find next / find previous in selected text
|
Alt + F12
|
Code Editor - Find, Replace, and Goto
Find symbol
|
Ctrl + D
|
Code Editor - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#
|
Ctrl + I / Ctrl + Shift + I
|
Code Editor - Find, Replace, and Goto
Incremental search / reverse incremental search
|
Shift + Alt + F12
|
Code Editor - Find, Replace, and Goto
Quick find symbol
|
Ctrl + ,
|
Code Editor - Find, Replace, and Goto
Display Navigate-To dialog box
|
Ctrl + G
|
Code Editor - Find, Replace, and Goto
Goto line number
|
Ctrl + ]
|
Code Editor - Find, Replace, and Goto
Go to matching brace in source file
|
Shift + Ctrl + Arrow down
|
Code Editor - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol
|
Shift + Ctrl + Arrow up
|
Code Editor - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol
|
Ctrl + x , Ctrl+ c , Ctrl+ V
|
Code Editor - Undo, Redo, Copy, Paste
Cut, copy, paste
|
Ctrl + Shift + V
|
Code Editor - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring
|
Ctrl + Z
|
Code Editor - Undo, Redo, Copy, Paste
Undo
|
Ctrl + Y
|
Code Editor - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)
|
Shift + Arrow Keys
|
Code Editor - Select Text
Extend selection one character/one line
|
Ctrl + Shift + End / Ctrl + Shift + Home
|
Code Editor - Select Text
Extend selection to end / to beginning of document
|
Ctrl + Shift + ]
|
Code Editor - Select Text
Extend selection to nexst brace
|
Shift + End / Shift + Home
|
Code Editor - Select Text
Extend selection to end / to beginning of line
|
Shift + Page Down / Shift + Page Up
|
Code Editor - Select Text
Extends selection down one page / up one page
|
Ctrl + W
|
Code Editor - Select Text
Select current word
|
Esc
|
Code Editor - Select Text
Cancel Selection
|
Ctrl + Shift + Page Down / Page Up
|
Code Editor - Select Text
Moves cursor and extend selection to the last line / first line in view.
|
Ctrl + Shift + Arrow Right / Arrow Left
|
Code Editor - Select Text
Extend selection one word to the right / one word to the left
|
Ctrl + A
|
Code Editor - Select Text
Select All
|
Ctrl + M + M
|
Code Editor - Collapse Items
Collapse / un-collapse current preset area (e.g. method)
|
Ctrl + M + H
|
Code Editor - Collapse Items
Collpase / hide current selection
|
Ctrl + M + O
|
Code Editor - Collapse Items
Collapse declaration bodies
|
Ctrl + M + A
|
Code Editor - Collapse Items
Collapse all
|
Ctrl + M + X
|
Code Editor - Collapse Items
Uncollapse all
|
Ctrl + m , ctrl + T
|
Code Editor - Collapse Items
Collapse Html tag
|
Ctrl + L
|
Code Editor - Edit Code
Delete current line or selection of lines to and add to clipboard
|
Ctrl + Shift + L
|
Code Editor - Edit Code
Delete current line or selection of lines
|
Ctrl + Delete
|
Code Editor - Edit Code
Delete word to right of cursor
|
Ctrl + Backspace
|
Code Editor - Edit Code
Delete word to left of cursor
|
Ctrl + Enter
|
Code Editor - Edit Code
Enter blank line above cursor
|
Ctrl + Shift + Enter
|
Code Editor - Edit Code
Enter blank line below cursor
|
Ctrl + Shift + U
|
Code Editor - Edit Code
Make uppercase
|
Ctrl + U
|
Code Editor - Edit Code
Make lowercase (reverse upercase)
|
Ctrl + K + C
|
Code Editor - Edit Code
Comment selected text
|
Ctrl + K + U
|
Code Editor - Edit Code
Uncomment selected text
|
Ctrl + K + \
|
Code Editor - Edit Code
Remove white space and tabs in selection or around current cursor position
|
Ctrl + K + D
|
Code Editor - Edit Code
Format document to code formatting settings
|
Ctrl + K + F
|
Code Editor - Edit Code
Format selection to code formatting settings
|
Ctrl + Shift + Space
|
Code Editor - Edit Code
Display parameter required for selected method
|
Ctrl + Shift + 8
|
Code Editor - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)
|
Ctrl + K + D
|
Code Editor - Edit Code
Format document to code formatting settings
|
Ctrl + K + F
|
Code Editor - Edit Code
Format selection to code formatting settings
|
Ctrl + Shift + T
|
Code Editor - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a
|
Ctrl + T
|
Code Editor - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba
|
Shift + Alt + T
|
Code Editor - Edit Code
Transpose line: Move line below cursor up and current line down.
|
Ctrl + Space
|
Code Editor - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)
|
Ctrl + Shift + Space
|
Code Editor - IntelliSense and Code Helper
Show parameter info
|
Ctrl + F12
|
Code Editor - IntelliSense and Code Helper
Display symbol declaration
|
F12
|
Code Editor - IntelliSense and Code Helper
Display symbol definition
|
Ctrl + J
|
Code Editor - IntelliSense and Code Helper
Open IntelliSense completion list
|
I
|
Code Editor - Blocks
If block
|
E + L
|
Code Editor - Blocks
Else block
|
D + O
|
Code Editor - Blocks
Do While Loop block
|
F + O + R
|
Code Editor - Blocks
For Loop block
|
W + H
|
Code Editor - Blocks
While loop block
|
L
|
Code Editor - Blocks
Lock block
|
B + R
|
Code Editor - Blocks
Break
|
S + H
|
Code Editor - Data Types
Short
|
T + R
|
Code Editor - Data Types
True
|
F
|
Code Editor - Data Types
False
|
F + L
|
Code Editor - Data Types
Float
|
B + Y
|
Code Editor - Data Types
Byte
|
B + O
|
Code Editor - Data Types
Bool
|
E
|
Code Editor - Data Types
Enum myEnum
|
T
|
Code Editor - Others
A new public class block
|
C + W
|
Code Editor - Others
Console.WriteLine
|
M + B
|
Code Editor - Others
MessageBox.show
|
C + R
|
Code Editor - Others
CrossAppDomainDelegate
|
A + B
|
Code Editor - Others
AccessViolationException
|
E + X
|
Code Editor - Others
Exception class
|
S + V + M
|
Code Editor - Others
Static Void Main block
|
P + U
|
Code Editor - Others
Parallel
|
P + R
|
Code Editor - Others
Public Int Property
|
S
|
Code Editor - Others
Stackalloc
|
Ctrl + F
|
Coding - Find, Replace, and Goto
Find and replace dialog box
|
F3 / Shift + F3
|
Coding - Find, Replace, and Goto
Find next / find previous
|
Ctrl + H
|
Coding - Find, Replace, and Goto
Display Replace options on the quick tab
|
Shift + F12
|
Coding - Find, Replace, and Goto
Find all references for selected symbol
|
Ctrl + Shift + F
|
Coding - Find, Replace, and Goto
Find in files
|
Alt + F3 , s
|
Coding - Find, Replace, and Goto
Stop current find in files operation
|
Ctrl + F3 / Ctrl + Shift + F3
|
Coding - Find, Replace, and Goto
Find next / find previous in selected text
|
Alt + F12
|
Coding - Find, Replace, and Goto
Find symbol
|
Ctrl + D
|
Coding - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#
|
Ctrl + I / Ctrl + Shift + I
|
Coding - Find, Replace, and Goto
Incremental search / reverse incremental search
|
Shift + Alt + F12
|
Coding - Find, Replace, and Goto
Quick find symbol
|
Ctrl + ,
|
Coding - Find, Replace, and Goto
Display Navigate-To dialog box
|
Ctrl + G
|
Coding - Find, Replace, and Goto
Goto line number
|
Ctrl + ]
|
Coding - Find, Replace, and Goto
Go to matching brace in source file
|
Shift + Ctrl + Arrow down
|
Coding - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol
|
Shift + Ctrl + Arrow up
|
Coding - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol
|
Ctrl + x , Ctrl+ c , Ctrl+ V
|
Coding - Undo, Redo, Copy, Paste
Cut, copy, paste
|
Ctrl + Shift + V
|
Coding - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring
|
Ctrl + Z
|
Coding - Undo, Redo, Copy, Paste
Undo
|
Ctrl + Y
|
Coding - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)
|
Shift + Arrow Keys
|
Coding - Select Text
Extend selection one character/one line
|
Ctrl + Shift + End / Ctrl + Shift + Home
|
Coding - Select Text
Extend selection to end / to beginning of document
|
Ctrl + Shift + ]
|
Coding - Select Text
Extend selection to nexst brace
|
Shift + End / Shift + Home
|
Coding - Select Text
Extend selection to end / to beginning of line
|
Shift + Page Down / Shift + Page Up
|
Coding - Select Text
Extends selection down one page / up one page
|
Ctrl + W
|
Coding - Select Text
Select current word
|
Esc
|
Coding - Select Text
Cancel Selection
|
Ctrl + Shift + Page Down / Page Up
|
Coding - Select Text
Moves cursor and extend selection to the last line / first line in view.
|
Ctrl + Shift + Arrow Right / Arrow Left
|
Coding - Select Text
Extend selection one word to the right / one word to the left
|
Ctrl + A
|
Coding - Select Text
Select All
|
Ctrl + M + M
|
Coding - Collapse Items
Collapse / un-collapse current preset area (e.g. method)
|
Ctrl + M + H
|
Coding - Collapse Items
Collpase / hide current selection
|
Ctrl + M + O
|
Coding - Collapse Items
Collapse declaration bodies
|
Ctrl + M + A
|
Coding - Collapse Items
Collapse all
|
Ctrl + M + X
|
Coding - Collapse Items
Uncollapse all
|
Ctrl + m , ctrl + T
|
Coding - Collapse Items
Collapse Html tag
|
Ctrl + L
|
Coding - Edit Code
Delete current line or selection of lines to and add to clipboard
|
Ctrl + Shift + L
|
Coding - Edit Code
Delete current line or selection of lines
|
Ctrl + Delete
|
Coding - Edit Code
Delete word to right of cursor
|
Ctrl + Backspace
|
Coding - Edit Code
Delete word to left of cursor
|
Ctrl + Enter
|
Coding - Edit Code
Enter blank line above cursor
|
Ctrl + Shift + Enter
|
Coding - Edit Code
Enter blank line below cursor
|
Ctrl + Shift + U
|
Coding - Edit Code
Make uppercase
|
Ctrl + U
|
Coding - Edit Code
Make lowercase (reverse upercase)
|
Ctrl + K + C
|
Coding - Edit Code
Comment selected text
|
Ctrl + K + U
|
Coding - Edit Code
Uncomment selected text
|
Ctrl + K + \
|
Coding - Edit Code
Remove white space and tabs in selection or around current cursor position
|
Ctrl + K + D
|
Coding - Edit Code
Format document to code formatting settings
|
Ctrl + K + F
|
Coding - Edit Code
Format selection to code formatting settings
|
Ctrl + Shift + Space
|
Coding - Edit Code
Display parameter required for selected method
|
Ctrl + Shift + 8
|
Coding - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)
|
Ctrl + K + D
|
Coding - Edit Code
Format document to code formatting settings
|
Ctrl + K + F
|
Coding - Edit Code
Format selection to code formatting settings
|
Ctrl + Shift + T
|
Coding - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a
|
Ctrl + T
|
Coding - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba
|
Shift + Alt + T
|
Coding - Edit Code
Transpose line: Move line below cursor up and current line down.
|
Ctrl + Space
|
Coding - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)
|
Ctrl + Shift + Space
|
Coding - IntelliSense and Code Helper
Show parameter info
|
Ctrl + F12
|
Coding - IntelliSense and Code Helper
Display symbol declaration
|
F12
|
Coding - IntelliSense and Code Helper
Display symbol definition
|
Ctrl + J
|
Coding - IntelliSense and Code Helper
Open IntelliSense completion list
|
I
|
Coding - Blocks
If block
|
E + L
|
Coding - Blocks
Else block
|
D + O
|
Coding - Blocks
Do While Loop block
|
F + O + R
|
Coding - Blocks
For Loop block
|
W + H
|
Coding - Blocks
While loop block
|
L
|
Coding - Blocks
Lock block
|
B + R
|
Coding - Blocks
Break
|
S + H
|
Coding - Data Types
Short
|
T + R
|
Coding - Data Types
True
|
F
|
Coding - Data Types
False
|
F + L
|
Coding - Data Types
Float
|
B + Y
|
Coding - Data Types
Byte
|
B + O
|
Coding - Data Types
Bool
|
E
|
Coding - Data Types
Enum myEnum
|
T
|
Coding - Others
A new public class block
|
C + W
|
Coding - Others
Console.WriteLine
|
M + B
|
Coding - Others
MessageBox.show
|
C + R
|
Coding - Others
CrossAppDomainDelegate
|
A + B
|
Coding - Others
AccessViolationException
|
E + X
|
Coding - Others
Exception class
|
S + V + M
|
Coding - Others
Static Void Main block
|
P + U
|
Coding - Others
Parallel
|
P + R
|
Coding - Others
Public Int Property
|
S
|
Coding - Others
Stackalloc
|
Ctrl + F
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find and replace dialog box
|
F3 / Shift + F3
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous
|
Ctrl + H
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Replace options on the quick tab
|
Shift + F12
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find all references for selected symbol
|
Ctrl + Shift + F
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find in files
|
Alt + F3 , s
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Stop current find in files operation
|
Ctrl + F3 / Ctrl + Shift + F3
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous in selected text
|
Alt + F12
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find symbol
|
Ctrl + D
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#
|
Ctrl + I / Ctrl + Shift + I
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Incremental search / reverse incremental search
|
Shift + Alt + F12
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Quick find symbol
|
Ctrl + ,
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Navigate-To dialog box
|
Ctrl + G
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Goto line number
|
Ctrl + ]
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Go to matching brace in source file
|
Shift + Ctrl + Arrow down
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol
|
Shift + Ctrl + Arrow up
|
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol
|
Ctrl + x , Ctrl+ c , Ctrl+ V
|
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Cut, copy, paste
|
Ctrl + Shift + V
|
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring
|
Ctrl + Z
|
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Undo
|
Ctrl + Y
|
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)
|
Shift + Arrow Keys
|
Code Snippets (Visual C# Scheme) - Select Text
Extend selection one character/one line
|
Ctrl + Shift + End / Ctrl + Shift + Home
|
Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of document
|
Ctrl + Shift + ]
|
Code Snippets (Visual C# Scheme) - Select Text
Extend selection to nexst brace
|
Shift + End / Shift + Home
|
Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of line
|
Shift + Page Down / Shift + Page Up
|
Code Snippets (Visual C# Scheme) - Select Text
Extends selection down one page / up one page
|
Ctrl + W
|
Code Snippets (Visual C# Scheme) - Select Text
Select current word
|
Esc
|
Code Snippets (Visual C# Scheme) - Select Text
Cancel Selection
|
Ctrl + Shift + Page Down / Page Up
|
Code Snippets (Visual C# Scheme) - Select Text
Moves cursor and extend selection to the last line / first line in view.
|
Ctrl + Shift + Arrow Right / Arrow Left
|
Code Snippets (Visual C# Scheme) - Select Text
Extend selection one word to the right / one word to the left
|
Ctrl + A
|
Code Snippets (Visual C# Scheme) - Select Text
Select All
|
Ctrl + M + M
|
Code Snippets (Visual C# Scheme) - Collapse Items
Collapse / un-collapse current preset area (e.g. method)
|
Ctrl + M + H
|
Code Snippets (Visual C# Scheme) - Collapse Items
Collpase / hide current selection
|
Ctrl + M + O
|
Code Snippets (Visual C# Scheme) - Collapse Items
Collapse declaration bodies
|
Ctrl + M + A
|
Code Snippets (Visual C# Scheme) - Collapse Items
Collapse all
|
Ctrl + M + X
|
Code Snippets (Visual C# Scheme) - Collapse Items
Uncollapse all
|
Ctrl + m , ctrl + T
|
Code Snippets (Visual C# Scheme) - Collapse Items
Collapse Html tag
|
Ctrl + L
|
Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines to and add to clipboard
|
Ctrl + Shift + L
|
Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines
|
Ctrl + Delete
|
Code Snippets (Visual C# Scheme) - Edit Code
Delete word to right of cursor
|
Ctrl + Backspace
|
Code Snippets (Visual C# Scheme) - Edit Code
Delete word to left of cursor
|
Ctrl + Enter
|
Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line above cursor
|
Ctrl + Shift + Enter
|
Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line below cursor
|
Ctrl + Shift + U
|
Code Snippets (Visual C# Scheme) - Edit Code
Make uppercase
|
Ctrl + U
|
Code Snippets (Visual C# Scheme) - Edit Code
Make lowercase (reverse upercase)
|
Ctrl + K + C
|
Code Snippets (Visual C# Scheme) - Edit Code
Comment selected text
|
Ctrl + K + U
|
Code Snippets (Visual C# Scheme) - Edit Code
Uncomment selected text
|
Ctrl + K + \
|
Code Snippets (Visual C# Scheme) - Edit Code
Remove white space and tabs in selection or around current cursor position
|
Ctrl + K + D
|
Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings
|
Ctrl + K + F
|
Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings
|
Ctrl + Shift + Space
|
Code Snippets (Visual C# Scheme) - Edit Code
Display parameter required for selected method
|
Ctrl + Shift + 8
|
Code Snippets (Visual C# Scheme) - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)
|
Ctrl + K + D
|
Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings
|
Ctrl + K + F
|
Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings
|
Ctrl + Shift + T
|
Code Snippets (Visual C# Scheme) - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a
|
Ctrl + T
|
Code Snippets (Visual C# Scheme) - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba
|
Shift + Alt + T
|
Code Snippets (Visual C# Scheme) - Edit Code
Transpose line: Move line below cursor up and current line down.
|
Ctrl + Space
|
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)
|
Ctrl + Shift + Space
|
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Show parameter info
|
Ctrl + F12
|
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol declaration
|
F12
|
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol definition
|
Ctrl + J
|
Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Open IntelliSense completion list
|
I
|
Code Snippets (Visual C# Scheme) - Blocks
If block
|
E + L
|
Code Snippets (Visual C# Scheme) - Blocks
Else block
|
D + O
|
Code Snippets (Visual C# Scheme) - Blocks
Do While Loop block
|
F + O + R
|
Code Snippets (Visual C# Scheme) - Blocks
For Loop block
|
W + H
|
Code Snippets (Visual C# Scheme) - Blocks
While loop block
|
L
|
Code Snippets (Visual C# Scheme) - Blocks
Lock block
|
B + R
|
Code Snippets (Visual C# Scheme) - Blocks
Break
|
S + H
|
Code Snippets (Visual C# Scheme) - Data Types
Short
|
T + R
|
Code Snippets (Visual C# Scheme) - Data Types
True
|
F
|
Code Snippets (Visual C# Scheme) - Data Types
False
|
F + L
|
Code Snippets (Visual C# Scheme) - Data Types
Float
|
B + Y
|
Code Snippets (Visual C# Scheme) - Data Types
Byte
|
B + O
|
Code Snippets (Visual C# Scheme) - Data Types
Bool
|
E
|
Code Snippets (Visual C# Scheme) - Data Types
Enum myEnum
|
T
|
Code Snippets (Visual C# Scheme) - Others
A new public class block
|
C + W
|
Code Snippets (Visual C# Scheme) - Others
Console.WriteLine
|
M + B
|
Code Snippets (Visual C# Scheme) - Others
MessageBox.show
|
C + R
|
Code Snippets (Visual C# Scheme) - Others
CrossAppDomainDelegate
|
A + B
|
Code Snippets (Visual C# Scheme) - Others
AccessViolationException
|
E + X
|
Code Snippets (Visual C# Scheme) - Others
Exception class
|
S + V + M
|
Code Snippets (Visual C# Scheme) - Others
Static Void Main block
|
P + U
|
Code Snippets (Visual C# Scheme) - Others
Parallel
|
P + R
|
Code Snippets (Visual C# Scheme) - Others
Public Int Property
|
S
|
Code Snippets (Visual C# Scheme) - Others
Stackalloc
|
Ctrl + S
|
Manage Visual Studio
Save current file
|
Ctrl + Shift + S
|
Manage Visual Studio
Save all files
|
Ctrl + Shift + N
|
Manage Visual Studio
Create new project
|
Ctrl + O
|
Manage Visual Studio
Open file
|
Ctrl + Shift + O
|
Manage Visual Studio
Open project
|
Ctrl + Shift + A
|
Manage Visual Studio
Add item to project
|
Esc
|
Manage Visual Studio
Close menu or dialog
|
Ctrl + P
|
Manage Visual Studio
Print
|
Shift + Alt + Enter
|
Manage Visual Studio
Toggle full screen mode
|
Ctrl + F4
|
Manage Visual Studio
Close current tab
|
Ctrl + F6 / Ctrl + Shift + F6
|
Manage Visual Studio
Go to next / go to previous window
|
Ctrl + Tab , then Arrow keys
|
Manage Visual Studio
Press and hold Ctrl+Tab, then using arrow keys gives a small task manager with all open files and views
|
Ctrl - [ / Ctrl + S
|
Manage Visual Studio
Find current document in Solution Explorer
|
Ctrl + 1
|
Manage Visual Studio
Diagram
|
Ctrl + 2
|
Manage Visual Studio
Criteria
|
Ctrl + 3
|
Manage Visual Studio
SQL
|
Ctrl + 4
|
Manage Visual Studio
Results
|
F2 / Ctrl + R / R
|
Manage Visual Studio
Rename
|
Ctrl + K + K
|
Bookmarks
Toogle bookmark
|
Ctrl + K + N
|
Bookmarks
Goto next bookmark
|
Ctrl + K + P
|
Bookmarks
Goto previous bookmark
|
Ctrl + Shift + K + N
|
Bookmarks
Goto next bookmark in folder
|
Ctrl + Shift + K + P
|
Bookmarks
Goto previous bookmark in folder
|
Ctrl + K + W
|
Bookmarks
Put focus on bookmark window
|
Esc
|
Bookmarks
Leave bookmark window and focus on editor
|
Ctrl + K + H
|
Bookmarks
Toggle code shortcut at current line*
|
Ctrl + K + L
|
Bookmarks
Clear all bookmarks
|
Ctrl + \ + T
|
Bookmarks
Show Task List (including code shortcuts)
|
F6
|
Build and Debug
Build solution (or Ctrl+shift+b)
|
Ctrl + Alt + F7
|
Build and Debug
Rebuild solution
|
Ctrl + Break
|
Build and Debug
Cancel build process
|
Ctrl + \ + E
|
Build and Debug
Show error list
|
F9
|
Build and Debug
Toggle breakpoint
|
Ctrl + B
|
Build and Debug
Insert new function breakpoint
|
F5
|
Build and Debug
Start debugging
|
F11
|
Build and Debug
Debug / step into
|
F10
|
Build and Debug
Debug / step over
|
Shift + F11
|
Build and Debug
Debug / step out
|
Ctrl + F10
|
Build and Debug
Debug / run to cursor
|
Ctrl + Alt + Q
|
Build and Debug
Show Quickwatch window
|
Ctrl + Shift + F10
|
Build and Debug
Set current statement to be the next executed
|
Alt + * (on numeric keyboard)
|
Build and Debug
Show nexst statement
|
Ctrl + Alt + E
|
Build and Debug
Show Exception dialog box
|
Ctrl + F11
|
Build and Debug
Toggle between disassembly and user code view
|
Shift + F5
|
Build and Debug
Stop Debugging
|
Ctrl + F5
|
Build and Debug
Bypass debugger
|
Ctrl + Alt + P
|
Build and Debug
Show attach to process window
|
Ctrl + Alt +break
|
Build and Debug
Break all executing threads
|
Ctrl + /
|
Tool Windows
Put cursor in the find/command box in toolbar
|
Ctrl + K + B
|
Tool Windows
Open code snippet manager window
|
Alt + F11
|
Tool Windows
Open macro IDE window
|
Ctrl + K + W
|
Tool Windows
Open bookmark window
|
Ctrl + Alt + K
|
Tool Windows
Open call hierarchy window
|
Ctrl + Shift + C
|
Tool Windows
Open class view window
|
Ctrl + Alt + A
|
Tool Windows
Open Command window
|
Ctrl + Shift + O
|
Tool Windows
Open Output window
|
Ctrl + Shift + E
|
Tool Windows
Open Resource view window
|
Ctrl + Alt + S
|
Tool Windows
Open Server explorer window
|
Ctrl + Shift + L
|
Tool Windows
Open Solution explorer window
|
Shift + Esc
|
Tool Windows
Close Find & Replace Window
|
F7
|
For HTML Pages
Toggle between Design and Code behind pages
|
Shift + F7
|
For HTML Pages
Toggle between Design and HTML Source
|
Ctrl + Page Down / Page Up
|
For HTML Pages
Cycle between design, split and source
|
Ctrl + Shift + F9
|
For HTML Pages
Delete all breakpoints
|