Shortkee

visual studio code (vs code)

Gmail, the ultimate email solution. Fast and efficient, its top-tier search function ensures you'll find what you need, when you need it. Stay organized, streamline communication, and keep your focus on what matters most with Gmail's powerful email management. It's your shortcut to a clutter-free inbox.

visual studio code (vs code)

Visual Studio Code (VS Code) is a popular, free, and open-source code editor developed by Microsoft. It's widely used by developers for various programming languages and platforms. VS Code is known for its speed, extensibility, and a rich ecosystem of extensions that enhance its functionality. It offers features like code highlighting, debugging, version control, and integrated terminal, making it a versatile choice for software development.

General

Name WindowMacWatch List
Show Command PaletteCtrl + Shift + P, F1⇧ ⌘ P, F1
Quick Open, Go to File… Ctrl + P⌘ P
New window/instanceCtrl + Shift + N⇧ ⌘ N
Close window/instanceCtrl + Shift + W⌘ W
User SettingsCtrl + ,⌘ ,
Keyboard ShortcutsCtrl + K or Ctrl + S ⌘ K ⌘ S

Formatting text

Name WindowMacWatch List
Cut lineCtrl + X⌘ X
Copy line (empty selection)Ctrl + C⌘ C
Copy line down/upShift + Alt + ↓ / ↑⇧ ⌥ ↓ / ⇧ ⌥ ↑
Insert line bellowCtrl + Enter⌘ ↩
Insert line aboveCtrl + shift + Enter/ ⇧ ⌘ ↩
Move line/selection up / downAlt + ↑ / ↓⌥ ↑ / ↓
Jump to matching bracketCtrl + Shift + \ ⇧ ⌘ \
Select word - Repeat select others occurrencesCtrl + D⌘ D
Delete LineCtrl + shift + K⇧ ⌘ K
Indent / Unindent or Outdent current line(s)Ctrl + ] / [ ⌘ ] / [
Duplicate line(s) up/downAlt + shift + ↑ / ↓
Go to the begining of lineHomeHome
Go to the end of lineEndEnd
Go to beginning/end of fileHome / End⌘ ↑ / ↓
Scroll line up /downCtrl + ↑ / ↓⌃ PgUp / PgDn<
Scroll page up/downAlt + PgUp / PgDn⌘ PgUp / PgDn
Go to the begining of fileCtrl + Home⌘ + Home
Go to the end of fileCtrl + End⌘ + End
Fold / Unfold (Collapse / Uncollapse region)Ctrl + shift + [ / ] ⌘ + ⇧ ⌘ + [ / ]
Collapse all regions Ctrl + K Ctrl + 0⌘ K ⌘ 0
Uncoollapse all regionsCtrl + K Ctrl + J⌘ + K ⌘ + J
Fold/unfold all subregionsCtrl + K Ctrl + J⌘ K ⌘ [ / ⌘ K ⌘ ]
Fold/unfold all regionsCtrl + K Ctrl + 0⌘ K ⌘ 0 / ⌘ K ⌘ J
Toggle line commentCtrl + /⌘ /
Add line commentCtrl + K Ctrl + C⌘ K ⌘ C
Remove line commentCtrl+K Ctrl+U⌘ K ⌘ U
Toggle word wrapAlt + Z⌥ Z
Toggle block commentShift + Alt + A ⇧ ⌥ A

Navigation/Go to Anywhere

Name WindowMacWatch List
Show all SymbolsCtrl + T⌘ T
Goto line in current fileCtrl + G⌃ G
Quick-open files by nameCtrl + P⌘ P
Goto symbolCtrl + shift + O ⇧ ⌘ O
Show Problems panelCtrl + shift + M⇧ ⌘ M
Go to next error warningF8F8
Go to previous error warningshift + F8 ⇧ F8
Navigate editor group historyCtrl + shift + Tab⌃ ⇧ Tab
Go to File...Ctrl + P⌘ P
Show Problems panelShift + Ctrl + M⇧ ⌘ M
Navigate editor group historyCtrl + Shift + Tab⌃ ⇧ Tab
Go back / forwardAlt + ← / →⌃ - / ⌃ ⇧ -
Toggle Tab moves focusCtrl + M⌃ ⇧ M

Find / Replace

Name WindowMacWatch List
FindCtrl + F⌘ F
ReplaceCtrl + H⌥ ⌘ F
Find next / previousF3 / shift + F3⌘ G / ⇧ ⌘ G
Select all occurrences of Find matchAlt + Enter⌥ ↩
Find in filesCtrl + shift + F⌘ ⌥ F
Move last selection to next Find matchCtrl + K Ctrl + D⌘ K ⌘ D
Add selection to the next Find matchCtrl + D⌘ D

Multi-cursor and selection

Name WindowMacWatch List
Insert cursorAlt + Click⌥ + click
Insert cursor aboveCtrl + Alt + ↑⌥ ⌘ ↑
Insert cursor belowCtrl + Alt + ↓⌥ ⌘ ↓
Undo last cursor operationCtrl + U⌘ U
Insert cursor at end of each line selectedshift + Alt + I⇧ ⌥ I
Select current lineCtrl + I⌘ I
Select all occurrences of current selectionCtrl + shift + L⇧ ⌘ L
Select all occurrences of current wordCtrl + F2⌘ F2
Expand selectionshift + Alt + →
Shrink selectionshift + Alt + ←
Column (box) selectionshift + Alt + (drag mouse)⇧ ⌥ + drag mouse
Column (box) selection up/down⇧ ⌥ ⌘ ↑ / ↓
Column (box) selection left/rightCtrl + Shift + Alt + (arrow key>⇧ ⌥ ⌘ ← / →
Column (box) selection page upCtrl + Shift + Alt + PgUp / PgDn⇧ ⌥ ⌘ PgUp / PgDn

Rich languages

Name WindowMacWatch List
Trigger suggestionCtrl + Space⌃ Space
Trigger parameter hintsCtrl + shift + Space⇧ ⌘ Space
Format documentshift + Alt + F⇧ ⌥ F
Format selectionCtrl + K Ctrl + F⌘ K ⌘ F
Go to definitionF12F12
Peek definitionAlt + F12⌥ F12
Open Definition to the sideCtrl + K F12⌘ K F12
Quick FixCtrl + .⌘ .
Show ReferencesShift + F12⇧ F12
Rename SymbolF2F2
Trim trailing whitespaceCtrl + K Ctrl + X⌘ K ⌘ X
Change file languageCtrl + K M⌘ K M

Editor management

Name WindowMacWatch List
Close folderCtrl + K F⌘ K F
Close editorCtrl + F4⌘ W
Split view into two columnsAlt + shift + 2
Split editor Ctrl + \⌘ \
Revert view to single columnAlt + shift + 1
Focus into 1st, 2nd or 3rd editor groupCtrl + 1 / 2 / 3 ⌘ 1 / ⌘ 2 / ⌘ 3
Focus into previous/next editor groupCtrl + K Ctrl + ←/→⌘ K ⌘ ← / ⌘ K ⌘ →
Move editor left/rightCtrl + shift + PgUp / PgDn⌘ K ⇧ ⌘ ← / ⌘ K ⇧ ⌘ →
Toggle editor layout (horizontal/vertical)shift + Alt + 0

File management

Name WindowMacWatch List
New fileCtrl + N⌘ N
Open file...Ctrl + O⌘ O
Close current tabCtrl + W⌘ W
SaveCtrl + S⌘ S
Save as...Ctrl + shift + S⇧ ⌘ S
Save allCtrl + K S⌥ ⌘ S
Close AllCtrl + K Ctrl + W⌘ K ⌘ W
Reopen closed editorCtrl + Shift + T⇧ ⌘ T
Keep preview mode editor openCtrl + K + Enter⌘ K ↩
Open next / previousCtrl + Tab / Ctrl + Shift + Tab⌃ Tab / ⌃ ⇧ Tab
Copy path of active fileCtrl + K P ⌘ K P
Reopen closed editorCtrl + shift + T
Toggle tabsCtrl + Tab
Switch to tab number [NUM] where [NUM] <= number of tabsAlt + [NUM]
Reveal active file in ExplorerCtrl + K R⌘ K R
Show active file in new window/instanceCtrl + K O⌘ K O

Display

Name WindowMacWatch List
Toggle full screenF11⌃ ⌘ F
Toggle editor layout (horizontal/vertical)Shift + Alt + 0⌥ ⌘ 0
Zoom in/outCtrl + =/-⌘ = / ⇧ ⌘ -
Toggle Sidebar visibilityCtrl + B⌘ B
Show Explorer / Toggle focusCtrl + shift + E⇧ ⌘ E
Show SearchCtrl + shift + F⇧ ⌘ F
Show Source ControlCtrl + shift + G⌃ ⇧ G
Show DebugCtrl + shift + D⇧ ⌘ D
Show ExtensionsCtrl + shift + E⇧ ⌘ X
Replace in filesCtrl + shift + H⇧ ⌘ H
Toggle Search detailsCtrl + shift + J⇧ ⌘ J
Toggle Output panelCtrl + shift + U ⇧ ⌘ U
Open Markdown previewCtrl + shift + V⇧ ⌘ V
Open Markdown preview to the sideCtrl + K V⌘ K V
Zen Mode (Esc Esc to exit)Ctrl + K Z⌘ K Z

Debug

Name WindowMacWatch List
Toggle breakpointF9F9
Start/ContinueF5F5
Stopshift + F5⇧ F5
Step into/outF11 / shift + F11F11 / ⇧ F11
Step overF10F10
Show hoverCtrl + K Ctrl + I⌘ K ⌘ I

Integrated

Name WindowMacWatch List
Show integrated terminalCtrl + `⌃ `
Create new terminalCtrl + shift + `⌃ ⇧ `
Copy selectionCtrl + C⌘ C
Paste into active terminalCtrl + V⌘ v
Scroll up/downCtrl + ↑ / ↓⌘ ↑ / ↓
Scroll page up/downshift + PgUp / PgDnPgUp / PgDn
Scroll to top/bottomCtrl + Home / End⌘ Home / End

Shortkee.com