Shortcut Search

Search VS Code shortcuts and compare key combinations by OS

Open File

Open a new file

Use when adding a new file to the project

File
Windows
Ctrl+O
Mac
Cmd+O
Linux
Ctrl+O

Command Palette

Open the command palette

Access all commands

Edit
Windows
Ctrl+Shift+P
Mac
Cmd+Shift+P
Linux
Ctrl+Shift+P

File Search

Search by file name

Quickly find files in the project

Navigation
Windows
Ctrl+P
Mac
Cmd+P
Linux
Ctrl+P

Duplicate Line

Duplicate current line below

Useful when repeating same content

Edit
Windows
Shift+Alt+↓
Mac
Shift+Option+↓
Linux
Shift+Alt+↓

Delete Line

Delete current line

Quickly remove unnecessary lines

Edit
Windows
Ctrl+Shift+K
Mac
Cmd+Shift+K
Linux
Ctrl+Shift+K

Move Line

Move current line up or down

Use when changing code order

Edit
Windows
Alt+↑/↓
Mac
Option+↑/↓
Linux
Alt+↑/↓

Quick Open

Jump to symbols (functions, classes, etc.)

Quickly navigate to function definitions

Navigation
Windows
Ctrl+Shift+O
Mac
Cmd+Shift+O
Linux
Ctrl+Shift+O

Toggle Sidebar

Show/hide sidebar

Use to expand editor area

View
Windows
Ctrl+B
Mac
Cmd+B
Linux
Ctrl+B

Toggle Terminal

Show/hide integrated terminal

Use when running commands

View
Windows
Ctrl+`
Mac
Cmd+`
Linux
Ctrl+`

Select All

Select entire file

Use when copying or deleting entire file

Selection
Windows
Ctrl+A
Mac
Cmd+A
Linux
Ctrl+A
10件のショートカットが見つかりました
Learn Code Editor - VS Code Shortcuts Guide