Essential VSCode Shortcuts
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