Essential VSCode Shortcuts

Vishal Rashmika published on
1 min, 66 words

Categories: Guide

Easily Navigate Through Files

ctrl + shift + .

Find In File

ctrl + f

Multi-Line Editing

highlight + ctrl + d

Move Lines

alt + arrow keys

Copying A Line Multiple Times

alt + shift + arrow keys

Hightlight Lines

ctrl + l

Closing Opened Files

ctrl + w

Command Pallette

ctrl + p

Command Pallette Commands

-- Command Execution :23 -- Move to line 23 @ -- Symbols '#' -- Sections

Commenting Code

highlight + ctrl + /

Switching Through Opened Files

ctrl + tab