Member-only story

Visual Studio Code hotkeys on my mac

Kevin Kim
1 min readAug 29, 2019

--

open keyboard shortcuts: Command + K + S

search for files: Command + P; (shows history of recently opened files)

search for any keyword in entire app: Command + Shift + F

multiple hover: hold option(alt) + click multiple points.

highlight same word: Command + D to highlight, command + D again to have cursors over multiple instances

open package explorer: Shift + Command + X

delete a line: Command + shift + K

move line: Option + Arrow Up or Down

undo: Command + Z

redo: Command + Shift + Z

go to source file: Command + Click on Variable

go to previous tab: Control + (-)

go to forward(?) tab: Control + Shift + (-)

toggle through opened tabs: Control + Option + ← or →

split window with same file: Command + | (pipe below delete)

hide side panel: Command + B

open tab in new window: Command + K then O

open command palette (i.e. shell command): Command + Shift + P

--

--

No responses yet