Visual Studio Code (Windows)

File management

Save As

Ctrl + ↑   Shift + S

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


Vivaldi
Status bar
View

Ctrl + ↑   Shift + S


Affinity Photo
Save As
File

Ctrl + ↑   Shift + S


Simplify3D
Save factory file as
File menu

Ctrl + ↑   Shift + S


Skipper
Save As …
Visual model shortcuts

Ctrl + ↑   Shift + S


Roblox Studio
Save as...
General

Ctrl + ↑   Shift + S


Dropbox Paper
Share
Application

Ctrl + ↑   Shift + S


KiCad 5.0.2
Save As
Page Layout Editor

Ctrl + ↑   Shift + S


AMD Radeon ReLive
Save instant replay
General

Ctrl + ↑   Shift + S


RStudio
Source the current document
Source

Ctrl + ↑   Shift + S


FaceRig Studio
Save project as...
Timeline

Ctrl + ↑   Shift + S


LDCad
Save all changed LDraw files
Global

Ctrl + ↑   Shift + S


LDView
Status bar
Misc

Ctrl + ↑   Shift + S


GeoGebra
View spreadsheet
Windows shortcuts

Ctrl + ↑   Shift + S


Oracle RightNow
Save and close
Editing records

Ctrl + ↑   Shift + S


JS Bin
Create a clone of the current bin
Application level

Ctrl + ↑   Shift + S


4K Video Downloader
Export download links
General

Ctrl + ↑   Shift + S


Claws Mail
Synchronise folders
Main window

Ctrl + ↑   Shift + S


Tableau
Save workbook as
Web authoring (Tableau Online or Tableau Server)

Ctrl + ↑   Shift + S


Ableton Live 10
Save Live Set As...
Working with Sets and the Program

Ctrl + ↑   Shift + S


Shotcut
Save As
Main Menu

Ctrl + ↑   Shift + S


Siemens NX
Information window
View menu

Ctrl + ↑   Shift + S


WorkZone Client
(Detail ribbon) Save
General

Ctrl + ↑   Shift + S


draw.io
Save as
Document

Ctrl + ↑   Shift + S


ArtRage Studio Pro
Save Painting As…
File commands

Ctrl + ↑   Shift + S


UiPath Studio
Saves all the workflows that are currently open
File Management

Ctrl + ↑   Shift + S


Autodesk Stingray
Save All
File operations

Ctrl + ↑   Shift + S


Confluence
Strikethrough
Editor

Ctrl + ↑   Shift + S


Alteryx
Save all open workflows
Run, open, save and switch workflows

Ctrl + ↑   Shift + S


ActivePresenter 7
Strikethrough
Canvas

Ctrl + ↑   Shift + S


Aegisub
Save subtitles with another name
Default

Ctrl + ↑   Shift + S


Atom (Windows)
core:save-as
All shortcuts

Ctrl + ↑   Shift + S


Black Desert Online
Apply photo filters
Free cam mode

Ctrl + ↑   Shift + S


Nuke
Save current script and specify name (Save As)
2D compositing viewer

Ctrl + ↑   Shift + S


Adobe Lightroom Classic
Sync settings
Working in the Develop module

Ctrl + ↑   Shift + S


Adobe Animate CC (Windows)
Scale and Rotate
Edit and modify

Ctrl + ↑   Shift + S


PaintShop Pro 2018
Selection from mask
Shortcuts with Ctrl + Shift

Ctrl + ↑   Shift + S


Adobe Dimension CC (Windows)
Save As
File menu

Ctrl + ↑   Shift + S


Nuance Power PDF
Open search multiple documents dialog
Document

Ctrl + ↑   Shift + S


Twist
Go to Starred
Navigation (Web, Windows)

Ctrl + ↑   Shift + S


Bluebeam Revu
Save a copy
Advanced text

Ctrl + ↑   Shift + S


CorelDRAW Graphics Suite 2018
Save As…
General

Ctrl + ↑   Shift + S


Clip Studio Paint Pro
Save as
File menu

Ctrl + ↑   Shift + S


Adobe Premiere Pro (Windows)
Save As...
File

Ctrl + ↑   Shift + S


Autodesk SketchBook (Windows)
Save As
Tools

Ctrl + ↑   Shift + S


TextRoom
Save as
General

Ctrl + ↑   Shift + S


Microsoft FrontPage
Apply a style (style: Styles are used to control the font, alignment, and spacing of text; appearance of background pages; and other HTML attributes. A collection of styles is called a style sheet.).
Format text and paragraphs

Ctrl + ↑   Shift + S


MyPaint
Save as
Edit

Ctrl + ↑   Shift + S


gedit
Save the current document with a new filename
Working with files

Ctrl + ↑   Shift + S


PDF-XChange Editor
Strikethrough
General

Ctrl + ↑   Shift + S


Microsoft Word 2016
Open Apply Styles task pane.
Apply styles to paragraphs

Ctrl + ↑   Shift + S


Adobe XD (Windows)
Save As...
Keys for File menu

Ctrl + ↑   Shift + S


E-Sword
Extended Bible search
General

Ctrl + ↑   Shift + S


WavePad
Save file as
File Operations

Ctrl + ↑   Shift + S


AWS Cloud9 IDE (Windows)
Save As
File Operations

Ctrl + ↑   Shift + S


Microsoft Visual Studio 2017 (Most used shortcuts)
File.SaveAll
File

Ctrl + ↑   Shift + S


Sweet Home 3D
Save as
General

Ctrl + ↑   Shift + S


Ardour
Snapshot session
Session and file handling

Ctrl + ↑   Shift + S


Comodo IceDragon
Debugger
Tools

Ctrl + ↑   Shift + S


NetBeans
Toggle inspect mode
Opening and toggling between views

Ctrl + ↑   Shift + S


Brackets
Show Snippets
General

Ctrl + ↑   Shift + S


Microsoft Visual Studio 2017 (All shortcuts)
File.SaveAll
File

Ctrl + ↑   Shift + S


REAPER
Item: Split items at edit or play cursor (ignoring grouping)
Section: Main

Ctrl + ↑   Shift + S


Qt Creator
Save all
General

Ctrl + ↑   Shift + S


FileMaker
Open the Manage Scripts dialog box
General

Ctrl + ↑   Shift + S


Git Tower (Windows)
Apply Stash
Working copy & local changes

Ctrl + ↑   Shift + S


Google Translator Toolkit
Replace translation with source
Translation

Ctrl + ↑   Shift + S


KompoZer
Publish
Composition shortcuts

Ctrl + ↑   Shift + S


Greenshot
Choose location and name to save the file
Exporting screenshot

Ctrl + ↑   Shift + S


Vuze
Stop all torrents
General

Ctrl + ↑   Shift + S


FastStone Image Viewer
Save all changed images
General

Ctrl + ↑   Shift + S


Python IDLE for Windows
Save current window to a new file, which becomes the associated file
File menu

Ctrl + ↑   Shift + S


Eclipse
Save all open files
Managing files and projects

Ctrl + ↑   Shift + S


Guitar Pro
Save as
General

Ctrl + ↑   Shift + S


Accounting CS
Save as
Saving and printing

Ctrl + ↑   Shift + S


Visual Studio Code (Linux)
Save As
File management

Ctrl + ↑   Shift + S


ACDSee
Opens or closes the Navigator pane
General

Ctrl + ↑   Shift + S


Delphi
Save All
General

Ctrl + ↑   Shift + S


Slack
Starred items
Navigation

Ctrl + ↑   Shift + S


Outlook 2016 and Outlook 2013
Apply styles
Text formatting

Ctrl + ↑   Shift + S


Notepad++
Save all
File menu

Ctrl + ↑   Shift + S


IrfanView
Set image as wallpaper - stretched
Tools and dialogs

Ctrl + ↑   Shift + S


SQL Server Management Studio (SSMS)
Save all
Code editor

Ctrl + ↑   Shift + S


Paint.NET
Save image as
Toolbar

Ctrl + ↑   Shift + S


qBittorrent
Resume all
General

Ctrl + ↑   Shift + S


Firefox Quantum
Debugger
Tools

Ctrl + ↑   Shift + S


Foxit PDF Reader 2.0
Save As
File shortcuts

Ctrl + ↑   Shift + S


Adobe Acrobat Reader DC
Save a copy
Acrobat Reader features

Ctrl + ↑   Shift + S


Yahoo Mail
Turn on voice command
General commands

Ctrl + ↑   Shift + S


SnagIt 13
Save all
Editor

Ctrl + ↑   Shift + S


Windows Media Player 11
Play slower than normal speed
Play music with shortucts

Ctrl + ↑   Shift + S


Opera
Send composed message
E-mail keys: Reading and sending

Ctrl + ↑   Shift + S


HeidiSQL
Save selected text to a file
SQL

Ctrl + ↑   Shift + S


Notepad2
Convert tabs to spaces
Convert

Ctrl + ↑   Shift + S


Scrivener 1.9.9
Save as
File

Ctrl + ↑   Shift + S


Final Draft 11 (Windows)
Scene navigator
General

Ctrl + ↑   Shift + S