Visual Studio 2015 (Windows)

Build and Debug

Debug / step over

F10

All hotkeys for Visual Studio 2015 (Windows)

Code Editor - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Editor - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Editor - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Editor - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Editor - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Editor - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Editor - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Editor - Find, Replace, and Goto
Find symbol

Alt + F12

Code Editor - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Editor - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Editor - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Editor - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Editor - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Editor - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Editor - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Editor - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Editor - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Editor - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Editor - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Editor - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Editor - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Editor - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Editor - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Editor - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Editor - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Editor - Select Text
Select current word

Ctrl + W

Code Editor - Select Text
Cancel Selection

Esc

Code Editor - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Editor - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Editor - Select Text
Select All

Ctrl + A

Code Editor - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Editor - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Editor - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Editor - Collapse Items
Collapse all

Ctrl + M + A

Code Editor - Collapse Items
Uncollapse all

Ctrl + M + X

Code Editor - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Editor - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Editor - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Editor - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Editor - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Editor - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Editor - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Editor - Edit Code
Make uppercase

Ctrl + Shift + U

Code Editor - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Editor - Edit Code
Comment selected text

Ctrl + K + C

Code Editor - Edit Code
Uncomment selected text

Ctrl + K + U

Code Editor - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Editor - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

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 + Shift + T

Code Editor - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Editor - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Editor - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Editor - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Editor - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Editor - IntelliSense and Code Helper
Display symbol definition

F12

Code Editor - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Editor - Blocks
If block

I

Code Editor - Blocks
Else block

E + L

Code Editor - Blocks
Do While Loop block

D + O

Code Editor - Blocks
For Loop block

F + O + R

Code Editor - Blocks
While loop block

W + H

Code Editor - Blocks
Lock block

L

Code Editor - Blocks
Break

B + R

Code Editor - Data Types
Short

S + H

Code Editor - Data Types
True

T + R

Code Editor - Data Types
False

F

Code Editor - Data Types
Float

F + L

Code Editor - Data Types
Byte

B + Y

Code Editor - Data Types
Bool

B + O

Code Editor - Data Types
Enum myEnum

E

Code Editor - Others
A new public class block

T

Code Editor - Others
Console.WriteLine

C + W

Code Editor - Others
MessageBox.show

M + B

Code Editor - Others
CrossAppDomainDelegate

C + R

Code Editor - Others
AccessViolationException

A + B

Code Editor - Others
Exception class

E + X

Code Editor - Others
Static Void Main block

S + V + M

Code Editor - Others
Parallel

P + U

Code Editor - Others
Public Int Property

P + R

Code Editor - Others
Stackalloc

S

Coding - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Coding - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Coding - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Coding - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Coding - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Coding - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Coding - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Coding - Find, Replace, and Goto
Find symbol

Alt + F12

Coding - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Coding - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Coding - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Coding - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Coding - Find, Replace, and Goto
Goto line number

Ctrl + G

Coding - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Coding - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Coding - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Coding - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Coding - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Coding - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Coding - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Coding - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Coding - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Coding - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Coding - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Coding - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Coding - Select Text
Select current word

Ctrl + W

Coding - Select Text
Cancel Selection

Esc

Coding - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Coding - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Coding - Select Text
Select All

Ctrl + A

Coding - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Coding - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Coding - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Coding - Collapse Items
Collapse all

Ctrl + M + A

Coding - Collapse Items
Uncollapse all

Ctrl + M + X

Coding - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Coding - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Coding - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Coding - Edit Code
Delete word to right of cursor

Ctrl + Delete

Coding - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Coding - Edit Code
Enter blank line above cursor

Ctrl + Enter

Coding - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Coding - Edit Code
Make uppercase

Ctrl + Shift + U

Coding - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Coding - Edit Code
Comment selected text

Ctrl + K + C

Coding - Edit Code
Uncomment selected text

Ctrl + K + U

Coding - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Coding - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Coding - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Coding - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Coding - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Coding - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Coding - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Coding - IntelliSense and Code Helper
Display symbol definition

F12

Coding - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Coding - Blocks
If block

I

Coding - Blocks
Else block

E + L

Coding - Blocks
Do While Loop block

D + O

Coding - Blocks
For Loop block

F + O + R

Coding - Blocks
While loop block

W + H

Coding - Blocks
Lock block

L

Coding - Blocks
Break

B + R

Coding - Data Types
Short

S + H

Coding - Data Types
True

T + R

Coding - Data Types
False

F

Coding - Data Types
Float

F + L

Coding - Data Types
Byte

B + Y

Coding - Data Types
Bool

B + O

Coding - Data Types
Enum myEnum

E

Coding - Others
A new public class block

T

Coding - Others
Console.WriteLine

C + W

Coding - Others
MessageBox.show

M + B

Coding - Others
CrossAppDomainDelegate

C + R

Coding - Others
AccessViolationException

A + B

Coding - Others
Exception class

E + X

Coding - Others
Static Void Main block

S + V + M

Coding - Others
Parallel

P + U

Coding - Others
Public Int Property

P + R

Coding - Others
Stackalloc

S

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find symbol

Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Snippets (Visual C# Scheme) - Select Text
Select current word

Ctrl + W

Code Snippets (Visual C# Scheme) - Select Text
Cancel Selection

Esc

Code Snippets (Visual C# Scheme) - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Snippets (Visual C# Scheme) - Select Text
Select All

Ctrl + A

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Snippets (Visual C# Scheme) - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse all

Ctrl + M + A

Code Snippets (Visual C# Scheme) - Collapse Items
Uncollapse all

Ctrl + M + X

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Make uppercase

Ctrl + Shift + U

Code Snippets (Visual C# Scheme) - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Snippets (Visual C# Scheme) - Edit Code
Comment selected text

Ctrl + K + C

Code Snippets (Visual C# Scheme) - Edit Code
Uncomment selected text

Ctrl + K + U

Code Snippets (Visual C# Scheme) - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

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 + Shift + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol definition

F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Snippets (Visual C# Scheme) - Blocks
If block

I

Code Snippets (Visual C# Scheme) - Blocks
Else block

E + L

Code Snippets (Visual C# Scheme) - Blocks
Do While Loop block

D + O

Code Snippets (Visual C# Scheme) - Blocks
For Loop block

F + O + R

Code Snippets (Visual C# Scheme) - Blocks
While loop block

W + H

Code Snippets (Visual C# Scheme) - Blocks
Lock block

L

Code Snippets (Visual C# Scheme) - Blocks
Break

B + R

Code Snippets (Visual C# Scheme) - Data Types
Short

S + H

Code Snippets (Visual C# Scheme) - Data Types
True

T + R

Code Snippets (Visual C# Scheme) - Data Types
False

F

Code Snippets (Visual C# Scheme) - Data Types
Float

F + L

Code Snippets (Visual C# Scheme) - Data Types
Byte

B + Y

Code Snippets (Visual C# Scheme) - Data Types
Bool

B + O

Code Snippets (Visual C# Scheme) - Data Types
Enum myEnum

E

Code Snippets (Visual C# Scheme) - Others
A new public class block

T

Code Snippets (Visual C# Scheme) - Others
Console.WriteLine

C + W

Code Snippets (Visual C# Scheme) - Others
MessageBox.show

M + B

Code Snippets (Visual C# Scheme) - Others
CrossAppDomainDelegate

C + R

Code Snippets (Visual C# Scheme) - Others
AccessViolationException

A + B

Code Snippets (Visual C# Scheme) - Others
Exception class

E + X

Code Snippets (Visual C# Scheme) - Others
Static Void Main block

S + V + M

Code Snippets (Visual C# Scheme) - Others
Parallel

P + U

Code Snippets (Visual C# Scheme) - Others
Public Int Property

P + R

Code Snippets (Visual C# Scheme) - Others
Stackalloc

S

Manage Visual Studio
Save current file

Ctrl + S

Manage Visual Studio
Save all files

Ctrl + Shift + S

Manage Visual Studio
Create new project

Ctrl + Shift + N

Manage Visual Studio
Open file

Ctrl + O

Manage Visual Studio
Open project

Ctrl + Shift + O

Manage Visual Studio
Add item to project

Ctrl + Shift + A

Manage Visual Studio
Close menu or dialog

Esc

Manage Visual Studio
Print

Ctrl + P

Manage Visual Studio
Toggle full screen mode

Shift + Alt + Enter

Manage Visual Studio
Close current tab

Ctrl + F4

Manage Visual Studio
Go to next / go to previous window

Ctrl + F6 / Ctrl + Shift + F6

Manage Visual Studio
Press 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 Studio
Find current document in Solution Explorer

Ctrl - [ / Ctrl + S

Manage Visual Studio
Diagram

Ctrl + 1

Manage Visual Studio
Criteria

Ctrl + 2

Manage Visual Studio
SQL

Ctrl + 3

Manage Visual Studio
Results

Ctrl + 4

Manage Visual Studio
Rename

F2 / Ctrl + R / R

Bookmarks
Toogle bookmark

Ctrl + K + K

Bookmarks
Goto next bookmark

Ctrl + K + N

Bookmarks
Goto previous bookmark

Ctrl + K + P

Bookmarks
Goto next bookmark in folder

Ctrl + Shift + K + N

Bookmarks
Goto previous bookmark in folder

Ctrl + Shift + K + P

Bookmarks
Put focus on bookmark window

Ctrl + K + W

Bookmarks
Leave bookmark window and focus on editor

Esc

Bookmarks
Toggle code shortcut at current line*

Ctrl + K + H

Bookmarks
Clear all bookmarks

Ctrl + K + L

Bookmarks
Show Task List (including code shortcuts)

Ctrl + \ + T

Build and Debug
Build solution (or Ctrl+shift+b)

F6

Build and Debug
Rebuild solution

Ctrl + Alt + F7

Build and Debug
Cancel build process

Ctrl + Break

Build and Debug
Show error list

Ctrl + \ + E

Build and Debug
Toggle breakpoint

F9

Build and Debug
Insert new function breakpoint

Ctrl + B

Build and Debug
Start debugging

F5

Build and Debug
Debug / step into

F11

Build and Debug
Debug / step over

F10

Build and Debug
Debug / step out

Shift + F11

Build and Debug
Debug / run to cursor

Ctrl + F10

Build and Debug
Show Quickwatch window

Ctrl + Alt + Q

Build and Debug
Set current statement to be the next executed

Ctrl + Shift + F10

Build and Debug
Show nexst statement

Alt + * (on numeric keyboard)

Build and Debug
Show Exception dialog box

Ctrl + Alt + E

Build and Debug
Toggle between disassembly and user code view

Ctrl + F11

Build and Debug
Stop Debugging

Shift + F5

Build and Debug
Bypass debugger

Ctrl + F5

Build and Debug
Show attach to process window

Ctrl + Alt + P

Build and Debug
Break all executing threads

Ctrl + Alt +break

Tool Windows
Put cursor in the find/command box in toolbar

Ctrl + /

Tool Windows
Open code snippet manager window

Ctrl + K + B

Tool Windows
Open macro IDE window

Alt + F11

Tool Windows
Open bookmark window

Ctrl + K + W

Tool Windows
Open call hierarchy window

Ctrl + Alt + K

Tool Windows
Open class view window

Ctrl + Shift + C

Tool Windows
Open Command window

Ctrl + Alt + A

Tool Windows
Open Output window

Ctrl + Shift + O

Tool Windows
Open Resource view window

Ctrl + Shift + E

Tool Windows
Open Server explorer window

Ctrl + Alt + S

Tool Windows
Open Solution explorer window

Ctrl + Shift + L

Tool Windows
Close Find & Replace Window

Shift + Esc

For HTML Pages
Toggle between Design and Code behind pages

F7

For HTML Pages
Toggle between Design and HTML Source

Shift + F7

For HTML Pages
Cycle between design, split and source

Ctrl + Page Down / Page Up

For HTML Pages
Delete all breakpoints

Ctrl + Shift + F9

Similar combinations for other applications


Civilization V (Windows)
Strategic View
General Hotkeys

F10


Firebug (Windows)
Step Over
Script-Panel

F10


Open Office Writer 3 (Linux)
Stop build
Building Projects

F10


Firebug (Linux)
Step Over
Script-Panel

F10


Firebug (MacOS)
Step Over
Script-Panel

F10


KDevelop (Linux)
Stop build
Building Projects

F10


Tally 9.0 (Windows)
Navigate between Accounting Reports
General Shortcuts

F10


SharpDevelop 4.0 (Windows)
Step over
Debugging

F10


Total Commander 8 (Windows)
Activate left menu or deactivate menu
Main Shortcuts

F10


Microsoft PowerPoint 2003 (Windows)
Menu bar
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

F10


Opera (Linux)
Focus on main menu button
Focus

F10


Evernote (Windows)
Toggle display of left panel
Main Application Shortcuts - Change View and Display

F10


Microsoft Word 2007 (Windows)
Show KeyTips.
Function key reference: Function keys

F10


InDesign CS5 (MacOS)
Display the Stroke panel
Editing Paths and Frames

F10


Smartplant Review (Windows)
Next Tag
Function Keys

F10


UltraEdit (Windows)
Execute Windows Program
DOS Menu

F10


Oracle SQL Developer 4 (Windows)
Explain Plan
Worksheet

F10


Microsoft Windows 7 (Windows)
Display the Options menu
Windows Help

F10


CATIA V5 (Windows)
Toggle Swap Visible Space
38 Shortcuts for CATIA V5 (Windows)

F10


AutoCAD 2012 (Windows)
Toggle polar mode
Toggle Drawing Modes

F10


Avid Media Composer 7 (Windows)
Adds a Yellow locator to the clip
Capturing

F10


Avid Media Composer 7 (MacOS)
Adds a Yellow locator to the clip
Capturing

F10


Texmaker 4.0.2 (Windows)
View log
"Tools" menu

F10


FL Studio (Windows)
Show/hide MIDI settings
Window Navigation

F10


Presonus Studio One (Windows)
Show pool
View Menu

F10


Adobe Acrobat Pro (Windows)
Move focus to menus
Navigation

F10


Adobe Acrobat Pro (Windows)
Close context menu
Navigation

F10


Linux Mint (Linux)
Open file menu
File Manager (Nemo) - General

F10


Qt Creator (MacOS)
Step over
Debugging

F10


Qt Creator (Windows)
Step over
Debugging

F10


Camtasia 8 (Windows)
Stop
Recorder Hotkeys

F10


Autodesk Maya 2015 (Windows)
Select - Edge
Making Selections

F10


Microsoft Excel 2010 (Windows)
Select the active tab of the Ribbon and activate the access keys. Press either of these keys again to move back to the document and cancel the access keys. and then arrow left or arrow right
Work with the Excel Ribbon

Alt / F10


Autodesk Maya 2017 (Windows)
Select - Edge
Making Selections

F10


Adobe After Effects CC (Windows)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


Adobe After Effects CC (MacOS)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


InDesign CC (Windows)
Stroke
Panels

F10


InDesign CC (MacOS)
Stroke
Panels

F10


Hexagon 2 (MacOS)
Flat Solid and Edges Display
Select,Interface and Display Shortcuts

F10


Hexagon 2 (Windows)
Flat Solid and Edges Display
Select,Interface and Display Shortcuts

F10


ArchiCAD 20 (Windows)
PhotoRender Projections
Images

F10


ArchiCAD 20 (MacOS)
PhotoRender Projections
Images

F10


Dynamics NAV 2015 (Windows)
Select the Menu bar and Display Access keys
Function Key Shortcuts

F10 / Alt


Dynamics SL 2015 (Windows)
Puts focus on the Solomon Tool Bar
Function Key Shortcuts

F10


Autodesk Inventor 2017 (Windows)
Sketch Visibility
Function Key

F10


Microsoft Word 2016 (Windows)
Show KeyTips.
All Function Key Shortcuts

F10


Autodesk 3ds Max 2017 (Windows)
Render scene dialogue
General user interface

F10


Autodesk Revit Architecture (Windows)
Keytips
Function Keys

F10


AutoCad Architecture 2017 (Windows)
Polar tracking
Function Keys

F10


AutoCAD 2016 (Windows)
Toggles Polar Tracking
General

F10


Act! CRM (Windows)
Group list
View Shortcuts

F10


GTA V Cheats (Windows)
Drop Ammunition
Online Control Keys

F10


Blender 3D (Windows)
Display Scene Context
Universal

F10


Adobe Dreamweaver (Windows)
Code Inspector
Windows

F10


Corel WordPerfect X8 (Windows)
Menu Command
63 Shortcuts for Corel WordPerfect X8 (Windows)

F10


Steinberg Cubase 9 (Windows)
Next tool
Tool

F10


Steinberg Cubase 9 (MacOS)
Next tool
Tool

F10


Chief Architect (Windows)
Angle Snaps
View Mode

F10


Chief Architect (MacOS)
Angle Snaps
View Mode

F10


Corel Draw X8 (Windows)
Shape tool
Toolbox Tool Selection

F10


Corel Quattro Pro X8 (Windows)
Move Selector to Menu Bar
Function Keys

F10


Final Fantasy XV (Windows)
Target focus target
Targeting

F10


Adobe Captivate 2017 (Windows)
Preview Current Slide an d Following N Slides
Function Key Shortcuts

F10


Adobe Captivate 2017 (Windows)
Stop Full Motion Recording
Recording

F10


Primevera P6 P6 (Windows)
Commit Changes
General Shortcuts

F10


MetaTrader MT4 (Windows)
Open PopUp Prices Window
Function Key Shortcuts

F10


Zerodha Trader (Windows)
Log Out
Other Shortcuts

F10


XYplorer (Windows)
Dual Pane
Function key Shortcuts

F10


MediaMonkey (Windows)
Show Genre node
Standard Keyboard Shortcuts

F10


Xamarin Studio (MonoDevelop) (Windows)
Step Over
Debug Menu

F10


CrazyTalk 8 (Windows)
Click the Record button in Puppeteering Panel
Timeline Editing

F10


iClone 7 (Windows)
Current Frame Preview
Working Area

F10


CrazyTalk 8 (Windows)
Click the Record button in Puppeteering Panel
Puppeteering Panel

F10


CityEngine (Windows)
Show/hide graph networks
48 Shortcuts for CityEngine (Windows)

F10


CityEngine (MacOS)
Show/hide graph networks
48 Shortcuts for CityEngine (MacOS)

F10


Rhino (Windows)
Points On
Default Shortcuts

F10


Visual Studio Code (Windows)
Step over
Debug

F10


Tableau (Windows)
Toggles Automatic Updates on and off
General

F10


OpenSCAD (MacOS)
Surfaces
Function Shortcuts

F10


Alphacam (Windows)
Snap to Tangent
Geometry Creation

F10


Exact Audio Copy
Drive options
File menu

F10


Solidworks 2019
Toolbar
Commands

F10


CuteFTP (Windows)
Switch between Log pane and Queue pane
General

F10


RStudio (Windows)
Execute next line
Debug

F10


CuteFTP (MacOS)
Switch between Log pane and Queue pane
72 Shortcuts for CuteFTP (MacOS)

F10


RStudio (MacOS)
Execute next line
Debug

F10


Zwift (PC and macOS)
Screen Capture / Photo
Function

F10


Smite (MacOS)
Pause
Other Controls

F10


Smite (Windows)
Pause
Other Controls

F10


Gigabyte Aorus motherboard
Save all the changes and exit the BIOS Setup program
Classic BIOS setup

F10


Open Rails 0.6.2
Next station
Panels

F10


ChessBase 13
Load next game in list
Board window

F10


Miscreated
Emote: Point finger
Emote

F10


winIDEA
Step over the next statement
Debug

F10


HyperWorks (Windows)
Check Elements:2D
24 Shortcuts for HyperWorks (Windows)

F10


progeCAD (Windows)
Turns the status bar on and off
51 Shortcuts for progeCAD (Windows)

F10


Mastercam (Windows)
List all functions and execute selected
53 Shortcuts for Mastercam (Windows)

F10


progeCAD (Windows)
Turns the status bar on and off
Function Key Shortcuts

F10


Roblox
Graphics level
Misc

F10


Xyplorer
Dual Pane
Panes Menu

F10


Ableton Live 9 (Windows)
Back to Arrangement
Transport

F10


Ableton Live 9 (MacOS)
Back to Arrangement
Transport

F10


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the AccessPanel
View Menu

F10


IRONCAD (Windows)
Toggles TriBall on/off for shape/part
Triball Function Keys

F10


DaVinci Resolve 15 (Mac)
Overwrite
Edit menu

F10


Cobalt (Windows)
Browser
70 Shortcuts for Cobalt (Windows)

F10


Inkscape (Windows)
Main menu
Window

F10


DaVinci Resolve 14 (Windows)
Overwrite Edit
Edit

F10


DaVinci Resolve 14 (MacOS)
Overwrite Edit
Edit

F10


Inkscape (MacOS)
Main menu
Window

F10


Maxwell Render (Windows)
Front face
Polygon Selection

F10


DaVinci Resolve 14 (Windows)
Overwrite
Edit

F10


DaVinci Resolve 14 (MacOS)
Overwrite
Edit

F10


Target 3001! (Windows)
Menu Mode
Function key Shortcuts

F10


Roblox Studio
Step over
Scripting

F10


Ulead PhotoImpact 8 (Windows)
Opens the Document Manager
Miscellaneous

F10


WavePad Sound Editor (Windows)
Play normal speed
Play Operations

F10


WavPad Sound Editor (MacOS)
Play normal speed
Play Operations

F10


gEDA (Linux)
File menu
Other Important Shortcuts

F10


Battlezone 98 Redux
Select weapon
Weapons

F10


Europa Universalis IV
Screenshots mapmode
General

F10


Substance Painter
Mode Rendering (Iray)
General

F10


Substance Painter (Mac)
Mode Rendering (Iray)
General

F10


BricsCAD (Windows)
Toggles the Polar Tracking setting
Function Key Shortcuts

F10


FlightGear
Toggle menu on/off
Display options

F10


BricsCAD (Linux)
Toggles the Polar Tracking setting
Function Key Shortcuts

F10


BricsCAD (MacOS)
Toggles the Polar Tracking setting
Function Key Shortcuts

F10


Banner 9 (Windows, Mac)
Save
Windows shortcuts

F10


Modo (Windows)
Render current view
Render

F10


Modo (MacOS)
Render current view
Render

F10


MuseScore (Windows)
Mixer
Display Shortcuts

F10


MuseScore (MacOS)
Mixer
Display Shortcuts

F10


DraftSight (Windows)
Turns Polar Guides On/Off
37 Shortcuts for DraftSight (Windows)

F10


Aspire (Windows)
Opens the Alignment Tools form
General Shortcuts

F10


VCarve Pro (Windows)
Opens the Alignment Tools form
General Shortcuts

F10


RStudio (Mac)
Execute Next Line
Debug

F10


RStudio
Execute Next Line
Debug

F10


Aspire (Windows)
Opens the Alignment Tools form
Alignment

F10


VCarve Pro (Windows)
Opens the Alignment Tools form
Alignment

F10


PRTG Network Monitor
Context menu > Tools > Custom tool command (if available)
Enterprise console

F10


Ableton Live 10
Back to Arrangement
Transport

F10


Ableton Live 10 (Mac)
Back to Arrangement
Transport

F10


KeyCreator (Windows)
Backup in Function
Miscellaneous Shortcuts

F10 / Backspace


American Truck Simulator
Take a screenshot
Interface controllers

F10


AVImark
Go To date
Boarding calendar

F10


Tableau
Toggle automatic data updates on and off
Data (Tableau Desktop)

F10


DayZ
Die
Communication

F10


Google Chrome
Open the Chrome menu
Feature shortcuts

F10


RimWorld
Take screenshot
User interface

F10


Lacerte
Open Technical Support Window
Clients, Detail, Forms and Diagnostics screens

F10


Samsung TV
Volume up
General

F10


AutoCAD
Toggle polar mode
Toggle Drawing Modes

F10


Company of Heroes
Toggle in-game menu
General

F10


Nuclide (Linux)
Step over a piece of code. For example, if you are stopped at a method call, this will execute that method without stepping through it line-by-line.
Debugger

F10


Nuclide (Mac)
Step over a piece of code. For example, if you are stopped at a method call, this will execute that method without stepping through it line-by-line.
Debugger

F10


Tibia
Levitate up
Action bar

F10


Evernote for Windows
Show/Hide Left Panel
Application-wide

F10


RPG Maker
Resource manager
Editor

F10


Old School RuneScape (OSRS)
Switch to the options tab
General

F10


ZoomText
AppReader: Text View
ZoomText Keyboard

F10


Kerbal Space Program
Temperature Gauges
System/UI Commands

F10


SQL Server Profiler
Step through a replayed trace
Replay

F10


NoxPlayer
Lock the mouse to the emulator window
General

F10


PaintShop Pro 2018
Learning Center
Single key shorcuts

F10


ProgeCAD
Status Bar
General

F10


Diablo
Auto Send messages during auto play
General

F10


Bluebeam Revu
Close context menu
Miscellaneous

F10


Magic: The Gathering Online
Shortcut for choosing "No"
General

F10


StarCraft 2
Menu
Interface

F10


Terraria
Toggle FPS
Other hotkeys

F10


Logo Accounting
Open listing windows for receipts, invoices and reports
General

F10


CorelDRAW Graphics Suite 2018
Shape
General

F10


Microsoft Word 2016
Show KeyTips
Function key reference

F10


Windows PowerShell ISE
Step Over
Script debugging

F10


BSPlayer
Boss button
Misc

F10


Camtasia
Stop
Recorder

F10


Euro Truck Simulator 2
Take a screenshot
Interface controls

F10


Inkscape
Main menu
Window

F10


Virtual DJ 2018
Sampler 10 play_stop
General

F10


LightWave 3D
Render scene
Layout: Render

F10


Microsoft Paint
Displays key tips like the Alt key
Function keys

F10


TextRoom
Export to Google Docs
General

F10


gedit
Open the file menu
Show and hide panes

F10


Dota 2
Opens the broadcaster menu
Spectator & replay controls

F10


Microsoft FrontPage
Select the menu bar (menu bar: The horizontal bar below the title bar that contains the names of menus. A menu bar can be the built-in menu bar or a custom menu bar.), or close an open menu and submenu at the same time.
Access and use menus and toolbars

F10


Warcraft III
Toggle Game Menu on/off
Menu commands

F10


Clipboard Master
Show context menu
Screenshots

F10


World of Warcraft
4th bag
Panels

F10


Microsoft Visual Studio 2017 (Most used shortcuts)
Debug.StepOver
Debug

F10


WavePad
Play Normal Speed
Play Operations

F10


Microsoft Visual Studio 2017 (All shortcuts)
Debug.StepOver
Debug

F10


Comodo IceDragon
Toggle Menu Bar (when hidden)
Miscellaneous

F10


PSPad
HTML Page Preview
HTML

F10


GIMP
Main Menu
View

F10


Microsoft PowerPoint (Creating presentations)
Select the active tab of the ribbon and activate the access keys
Ribbon: Change focus by using the keyboard

F10


WriteMonkey
Show and focus document list / toggle documents / jumps
General

F10


WordPerfect X8
Menu Command
General

F10


WinHex
Refine volume snapshot
Specialist menu

F10


LibreOffice
Activates the first menu (File menu)
Controlling documents and windows

F10


GNU Emacs
Activate menu bar items in text terminals
The minibuffer

F10


WinNc
Quit
General

F10


NewsBin Pro
Activate menu bar
Standard Windows keyboard navigation

F10


KompoZer
(Controlled through keyboard preference in Control Panel) Open Main Menu (switches to the first drop-down menu at the top of the window)
General

F10


Midnight Commander
Ends current action; editor, viewer, dialog window or ends mc program.
Function keys

F10


Qt Creator
Step over
Debugging

F10


Guitar Pro
Edit automations
Edit

F10


Microsoft Access 2016
Select the active tab of the ribbon and activate KeyTips
Navigating the ribbon

F10


Maxthon
URL keys
Others

F10


MediaMonkey
Show genre node
General

F10


Microsoft Excel 2016
Turns key tips on or off (Pressing Alt does the same thing)
Function keys

F10


Visual Studio Code (Mac)
Step over
Debug

F10


Visual Studio Code (Linux)
Step over
Debug

F10


Visual Studio Code (Windows)
Step over
Debug

F10


Chrome DevTools
Step over next function or call
Sources panel

F10


PeaZip
Menu
Functional keys

F10


WinSCP
Quit
Service commands

F10


SQL Server Management Studio (SSMS)
Step over
Transact-SQL debugger

F10


Mozilla Thunderbird
Toggle menu bar (if hidden)
Controlling Thunderbird windows and tabs

F10


Overwatch
Spectate 10
Spectate

F10


Adobe Acrobat 2017 (Mac)
Close context menu
General navigating

F10


Adobe Acrobat 2017 (Windows and Unix)
Close context menu
General navigating

F10


Unity Desktop (Linux)
Open first application menu item (e.g. "File" menu). Use arrow keys to cycle among menus and menu entries. Use esc to close menu without selecting anything.
Other

F10


Microsoft Windows Vista (Windows)
Jump to Application Menu.
Work with Vista (Application) Windows

F10 / Alt +letter, then arrow keys


Microsoft Excel 2007 (Windows)
Turns key tips on or off.
Function keys in Excel 2007

F10


Microsoft Word 2010 (Windows)
Select item in Ribbon
Navigate within Documents - Ribbons

F10 / Alt


InDesign CS5 (Windows)
Display the Stroke panel
Editing Paths and Frames

F10


Microsoft Excel 2007 (Windows)
Select the active tab of the Ribbon and activate the access keys. . Press either of these keys again to move back to the document and cancel the access keys.
Work with the Excel Ribbon

Alt / F10


Microsoft Word 2010 (Windows)
Select item in Ribbon
Edit Documents - Ribbons

F10 / Alt


Adobe After Effects CS5 (MacOS)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


Adobe After Effects CS5 (Windows)
Switch to 3D view 1 (defaults to Front)
3D Layers

F10


Microsoft Word 2010 (Windows)
Select item in Ribbon
Formats - Ribbons

F10 / Alt


Microsoft Word 2010 (Windows)
Select item in Ribbon
Manage Word View - Ribbons

F10 / Alt


Microsoft Word 2010 (Windows)
Select item in Ribbon
Tables - Ribbons

F10 / Alt


Scrivener 1.9.9
Show index card status
View

F10