Visual Studio Code (Windows)

Multi-cursor and selection

Select all occurrences of current word

Ctrl + F2

All hotkeys for Visual Studio Code (Windows)

General
F1 Show Command Palette

Ctrl + ↑   Shift + P then F1

Navigation
Go to file

Ctrl + P

General
New window/instance

Ctrl + ↑   Shift + N

General
Close window/instance

Ctrl + ↑   Shift + W

General
User Settings

Ctrl + ,

General
Keyboard Shortcuts

Ctrl + K then Ctrl + S

Basic editing
Cut line (empty selection)

Ctrl + X

Integrated terminal
Copy selection

Ctrl + C

Basic editing
Move line up/down

Alt + ↑  ↓

Basic editing
Copy line up/down

↑   Shift + Alt + ↑  ↓

Basic editing
Delete line

Ctrl + ↑   Shift + K

Basic editing
Insert line below

Ctrl + ⤶ Enter

Basic editing
Insert line above

Ctrl + ↑   Shift + ⤶ Enter

Basic editing
Jump to matching bracket

Ctrl + ↑   Shift + \

Basic editing
Indent/outdent line

Ctrl + ]

Basic editing
Indent/outdent line

Ctrl + [

Basic editing
Go to beginning of line

Home

Basic editing
Go to end of line

End

Integrated terminal
Scroll to top

Ctrl + Home

Integrated terminal
Scroll to bottom

Ctrl + End

Integrated terminal
Scroll up/down

Ctrl + ↑  ↓

Basic editing
Scroll page up

Alt + Page Up

Basic editing
Scroll page down

Alt + Page Down

Basic editing
Fold (collapse) region

Ctrl + ↑   Shift + [

Basic editing
Unfold (uncollapse) region

Ctrl + ↑   Shift + ]

Basic editing
Fold (collapse) all subregions

Ctrl + K then Ctrl + [

Basic editing
Unfold (uncollapse) all subregions

Ctrl + K then Ctrl + ]

Basic editing
Fold (collapse) all regions

Ctrl + K then Ctrl + 0

Basic editing
Unfold (uncollapse) all regions

Ctrl + K then Ctrl + J

Basic editing
Add line comment

Ctrl + K then Ctrl + C

Basic editing
Remove line comment

Ctrl + K then Ctrl + U

Basic editing
Toggle line comment

Ctrl + /

Basic editing
Toggle block comment

↑   Shift + Alt + A

Basic editing
Toggle word wrap

Alt + Z

Navigation
Show all symbols

Ctrl + T

Navigation
Go to line

Ctrl + G

Navigation
Go to symbol

Ctrl + ↑   Shift + O

Navigation
Show Problems panel

Ctrl + ↑   Shift + M

Navigation
Go to next error or warning

F8

Navigation
Go to previous error or warning

↑   Shift + F8

File management
Open previous

Ctrl + ↑   Shift + ⭾ Tab

Navigation
Go back / forward

Alt + ←  →

Navigation
Toggle Tab moves focus

Ctrl + M

Search and replace
Find

Ctrl + F

Search and replace
Replace

Ctrl + H

Search and replace
Find next

F3

Search and replace
Find previous

↑   Shift + F3

Search and replace
Select all occurences of Find match

Alt + ⤶ Enter

Search and replace
Add selection to next Find match

Ctrl + D

Search and replace
Move last selection to next Find match

Ctrl + K then Ctrl + D

Search and replace
Toggle case-sensitive

Alt + C

Search and replace
Toggle regex

Alt + R

Search and replace
Toggle whole word

Alt + W

Multi-cursor and selection
Insert cursor

Alt + Mouse left click

Multi-cursor and selection
Insert cursor above / below

Ctrl + Alt + ↑  ↓

Multi-cursor and selection
Undo last cursor operation

Ctrl + U

Multi-cursor and selection
Insert cursor at end of each line selected

↑   Shift + Alt + I

Multi-cursor and selection
Select current line

Ctrl + I

Multi-cursor and selection
Select all occurrences of current selection

Ctrl + ↑   Shift + L

Multi-cursor and selection
Select all occurrences of current word

Ctrl + F2

Multi-cursor and selection
Expand selection

↑   Shift + Alt +

Multi-cursor and selection
Shrink selection

↑   Shift + Alt +

Multi-cursor and selection
Column (box) selection

↑   Shift + Alt + Mouse movement

Multi-cursor and selection
Column (box) selection

Ctrl + ↑   Shift + Alt + ← ↑ → ↓

Multi-cursor and selection
Column (box) selection page up

Ctrl + Shift + Alt + Page Up

Multi-cursor and selection
Column (box) selection page down

Ctrl + Shift + Alt + Page Down

Rich languages editing
Trigger suggestion

Ctrl + Space

Rich languages editing
Trigger parameter hints

Ctrl + ↑   Shift + Space

Rich languages editing
Format document

↑   Shift + Alt + F

Rich languages editing
Format selection

Ctrl + K then Ctrl + F

Rich languages editing
Go to Definition

F12

Rich languages editing
Peek Definition

Alt + F12

Rich languages editing
12 Open Definition to the side

Ctrl + K then F12

Rich languages editing
Quick Fix

Ctrl + .

Rich languages editing
Show References

↑   Shift + F12

Rich languages editing
Rename Symbol

F2

Rich languages editing
Trim trailing whitespace

Ctrl + K then Ctrl + X

Rich languages editing
M Change file language

Ctrl + K then M

Editor management
Close editor

Ctrl + F4 then Ctrl + W

Display
Z Zen Mode (Esc Esc to exit)

Ctrl + K

Editor management
Split editor

Ctrl + \

Editor management
Focus into first group

Ctrl + 1

Editor management
Focus into second group

Ctrl + 2

Editor management
Focus into third group

Ctrl + 3

Editor management
Focus into previous/next editor group

Ctrl + K then Ctrl + ←  →

Editor management
Move editor left

Ctrl + Shift + Page Up

Editor management
Move editor right

Ctrl + Shift + Page Down

Editor management
ht Move active editor group

Ctrl + K then ←  →

File management
New File

Ctrl + N

File management
Open File

Ctrl + O

File management
Save

Ctrl + S

File management
Save As

Ctrl + ↑   Shift + S

File management
Close

Ctrl + F4

File management
Close All

Ctrl + K then Ctrl + W

File management
Reopen closed editor

Ctrl + ↑   Shift + T

File management
Open next

Ctrl + ⭾ Tab

File management
P Copy path of active file

Ctrl + K then P

File management
R Reveal active file in Explorer

Ctrl + K then R

File management
O Show active file in new window/instance

Ctrl + K then O

Debug
Step into

F11

Display
Toggle editor layout (horizontal/vertical)

↑   Shift + Alt + 1

Display
Zoom in

Ctrl + =

Display
Zoom out

Ctrl + -

Display
Toggle Sidebar visibility

Ctrl + B

Display
Show Explorer / Toggle focus

Ctrl + ↑   Shift + E

Display
Show Search

Ctrl + ↑   Shift + F

Display
Show Source Control

Ctrl + ↑   Shift + G

Display
Show Debug

Ctrl + ↑   Shift + D

Display
Show Extensions

Ctrl + ↑   Shift + X

Display
Replace in files

Ctrl + ↑   Shift + H

Display
Toggle Search details

Ctrl + ↑   Shift + J

Display
Show Output panel

Ctrl + ↑   Shift + U

Display
Open Markdown preview

Ctrl + ↑   Shift + V

Debug
Toggle breakpoint

F9

Debug
Start/Continue

F5

Debug
Stop

↑   Shift + F5

Debug
Step out

↑   Shift + F11

Debug
Step over

F10

Debug
Show hover

Ctrl + K then Ctrl + I

Integrated terminal
Show integrated terminal

Ctrl + `

Integrated terminal
Create new terminal

Ctrl + ↑   Shift + `

Integrated terminal
Paste into active terminal

Ctrl + V

Integrated terminal
Scroll page up

Shift + Page Up

Integrated terminal
Scroll page down

Shift + Page Down

Similar combinations for other applications


Microsoft Projects 2010 (Windows)
With multiple tasks selected: Link Tasks
Manage Tasks

Ctrl + F2


SharpDevelop 4.0 (Windows)
Toggle bookmark
Bookmarks

Ctrl + F2


Notepad++ 5 (Windows)
Toggle bookmark
Edit - Bookmark

Ctrl + F2


Notepad++ 5 (Windows)
Toggle bookmark
Search - Bookmark

Ctrl + F2


Total Commander 8 (Windows)
File display 'full' (all file details)
Main Shortcuts

Ctrl + F2


Access 2010 (Windows)
Invoke a Builder
Manage Access Features - Other Shortcuts

Ctrl + F2


Smartplant Review (Windows)
Assign Materials to Display Set
Function Keys

Ctrl + F2


Oracle SQL Developer 4 (Windows)
Terminate
Debug

Ctrl + F2


Evernote (Windows)
Open print preview window for selected notes
Note List

Ctrl + F2


Microsoft Word 2007 (Windows)
Choose the Print Preview command (Microsoft Office Button ).
Function key reference: CTRL+Function key

Ctrl + F2


UltraEdit (Windows)
Toggle bookmark on and off
Bookmark Shortcut

Ctrl + F2


Sublime Text (Windows)
Toggle Bookmark
Bookmarks and Marks

Ctrl + F2


Access 2010 (Windows)
Invoke a Builder
Working with Text and Data - Other Shortcuts

Ctrl + F2


Gwenview (Linux)
Rename an image inline.
30 Shortcuts for Gwenview (Linux)

Ctrl + F2


Access 2010 (Windows)
Invoke a Builder
Working with Access Views - Other Shortcuts

Ctrl + F2


Notepad++ 6 (Windows)
Toggle Bookmark
Search menu

Ctrl + F2


Console2 (Windows)
New tab 2
30 Shortcuts for Console2 (Windows)

Ctrl + F2


Access 2016 (Windows)
Invoke builder
Design/Content Operation(on selected control)

Ctrl + F2


Access 2010 (Windows)
Invoke a Builder
The Rest - Other Shortcuts

Ctrl + F2


Dynamics NAV 2015 (Windows)
Create a New Document
Documentaion

Ctrl + F2


AutoCAD 2016 (Windows)
Displays the Text window
General

Ctrl + F2


Microsoft Word 2016 (Windows)
Choose the Print Preview command (Microsoft Office Button ).
All Function Key Shortcuts

Ctrl + F2


Silhouette Studio (Windows)
Cut settings window
Cutting

Ctrl + F2


Adobe Acrobat Pro (MacOS)
Move focus to menus
Navigation

Ctrl + F2


Microsoft Projects 2016 (Windows)
Link tasks.
Sheet View

Ctrl + F2


Sublime Text (Linux)
Switch Bookmark
Bookmarks Shortcuts

Ctrl + F2


Adobe Flash Builder (Windows)
Terminate Debugging session
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + F2


Adobe Dreamweaver (Windows)
Insert
Windows

Ctrl + F2


Clarizen (Web Application)
Creates New Predecessor
Action

Ctrl + F2


HTML-Kit (Windows)
Create Bookmark
87 Shortcuts for HTML-Kit (Windows)

Ctrl + F2


DAZ Studio (Windows)
Preferences
Script Commands

Ctrl + F2


Corel WordPerfect X8 (Windows)
Replace
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F2


Corel PhotoPaint X6 (Windows)
Color
Dockers

Ctrl + F2


Corel Draw X8 (Windows)
View manager
Zoom and Pan

Ctrl + F2


Corel Quattro Pro X8 (Windows)
Open Formula Composer Dialog Box
Function Keys

Ctrl + F2


Corel Ventura 10 (Windows)
Update Auto Numbering
General Shortcuts

Ctrl + F2


InCopy CC (Windows)
Insert selected text into Replace box
Find and Replace

Ctrl + F2


Zerodha Trader (Windows)
After Market Sell Order
Place Order

Ctrl + F2


CA Client Automation (Windows)
Terminate
Debug Menu

Ctrl + F2


Delphi 10 (Windows)
Program Reset
193 Shortcuts for Delphi 10 (Windows)

Ctrl + F2


Libreoffice Writer (Windows)
Insert Fields
Function Keys

Ctrl + F2


Visual Studio Code (Windows)
Select all occurrences of current word
MutiCursor and Selection

Ctrl + F2


Rhino (Windows)
SetMaximizedViewport > Front
Default Shortcuts

Ctrl + F2


Battle.net
Pause
General

Ctrl + F2


CodeLite 10 (Windows)
Create or delete a bookmark.
Editor

Ctrl + F2


TurboCAD (Windows)
Close Calculator
171 Shortcuts for TurboCAD (Windows)

Ctrl + F2


winIDEA
Bookmark toggle
Plugin: Analyzer

Ctrl + F2


Evergreen (Linux)
Renew Items
Circulation

Ctrl + F2


Sitecore CMS
Window manager (then click on a window)
Sitecore Desktop

Ctrl + F2


VariCAD (Windows)
3D Sections Management
Hot Keys

Ctrl + F2


IRONCAD (Windows)
Walk
Camera Function Keys Assignment

Ctrl + F2


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the Quick Command Panel
View Menu

Ctrl + F2


FEKO (Windows)
Edit chart text (edit the labelsthen title and footer of a graph)
General POSTFEKO Shortcuts

Ctrl + F2


FEKO (Linux)
Edit chart text (edit the labelsthen title and footer of a graph)
General POSTFEKO Shortcuts

Ctrl + F2


SpaceClaim (Windows)
Print Preview
71 Shortcuts for SpaceClaim (Windows)

Ctrl + F2


Ulead PhotoImpact 8 (Windows)
Show/Hide Quick Command Panel
Miscellaneous

Ctrl + F2


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F2


SuperMemo (Windows)
Execute Final Drill
129 Shortcuts for SuperMemo (Windows)

Ctrl + F2


Pharaoh
Creates an F2 bookmark at the current map location
Bookmarks

Ctrl + F2


AVImark
Close client
Client area

Ctrl + F2


Altium Designer (Windows)
Reset the current debug session
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + F2


Altium Designer (Windows)
Reset current simulation session
VHDL Editor Shortcuts

Ctrl + F2


Siemens NX
Set rotation reference
View > Popup

Ctrl + F2


Tibia
(Healing / Support) Magic wall
Action bar

Ctrl + F2


Adobe Bridge CC
Filmstrip
Window menu

Ctrl + F2


Xfce
Goto workspace 2
Switching workspace

Ctrl + F2


Citrix Receiver
Display the remote computer’s Start Menu (similar to CTRL+ESC)
Citrix Receiver Client

Ctrl + F2


SQL Server Profiler
Insert a bookmark in an open trace
Edit menu

Ctrl + F2


Logo Accounting
Save the operation as an suggestion
General

Ctrl + F2


Bluebeam Revu
Export markups
Advanced text

Ctrl + F2


Metapad
Save As
File menu

Ctrl + F2


CorelDRAW Graphics Suite 2018
View Manager
General

Ctrl + F2


Atom (Windows)
(Source: Bookmarks) bookmarks:view-all
All shortcuts

Ctrl + F2


Microsoft FrontPage
Insert temporary bookmark.
Work with coding tools

Ctrl + F2


KDE Plasma Desktop
Switch to Desktop 2
Working with Activities and Virtual Desktops

Ctrl + F2


LightWave 3D
Graph editor
Layout: General

Ctrl + F2


E-Sword
Bible maximized
General

Ctrl + F2


Komodo Edit
Toggle bookmark
General

Ctrl + F2


Microsoft Word 2016
Choose the Print Preview command.
Ctrl + Function keys

Ctrl + F2


PSPad
Tool Panel
Project

Ctrl + F2


LibreOffice Calc
Opens the Function Wizard
Function keys

Ctrl + F2


LibreOffice Writer
Insert Fields
Function keys

Ctrl + F2


WordPerfect X8
Replace
General

Ctrl + F2


REAPER
Edit: Note properties
Section: MIDI Inline Editor

Ctrl + F2


Microsoft Visual Studio 2017 (All shortcuts)
Window.MovetoNavigationBar
Window

Ctrl + F2


MindMeister
Add / Edit Note
Select and edit

Ctrl + F2


WriteMonkey
New bookmark
Bookmarks

Ctrl + F2


Maple
Maple Quick Reference Card
Menu accelerators

Ctrl + F2


Delphi
Program Reset
General

Ctrl + F2


Sublime Text
Toggle bookmark
Bookmarks

Ctrl + F2


The Bat!
Save message as...
Message Editor

Ctrl + F2


WinMerge
Toggle Bookmark
Bookmarks

Ctrl + F2


Visual Studio Code (Linux)
Select all occurrences of current word
Multi-cursor and selection

Ctrl + F2


SQL Server Management Studio (SSMS)
Moves the insertion point to the drop-down bar located at the top of the code editor when the editor is in Code view or Server Code view
Windows management

Ctrl + F2


PeaZip
Copy selected to...
Functional keys

Ctrl + F2


CoffeeCup HTML Editor
Update open pages
Library

Ctrl + F2


Microsoft Excel 2016
Displays the print preview area on the Print tab in the Backstage view
Function keys

Ctrl + F2


Notepad++
Toggle bookmark
Search menu

Ctrl + F2


Microsoft Access 2016
Invoke a Builder
Miscellaneous keyboard shortcuts

Ctrl + F2


HeidiSQL
Insert SQL function call in this grid cell. E.g. NOW()
Data

Ctrl + F2


Microsoft Excel 2007 (Windows)
Displays the Print Preview window.
Function keys in Excel 2007

Ctrl + F2


InDesign CS5 (Windows)
Insert selected text into Change To box
Managing Text

Ctrl + F2