DEV Community

Discussion on: 20 VS Code shortcuts to speed up your flow ⚡️

Collapse
 
pavelloz profile image
Paweł Kowalski • Edited

I personally dont use "delete line" - just cut it and never paste it. ;)

On the other hand shortcuts i often use.

I might have some customs, so double check before using

toggle terminal (ctrl+`)
multicursor to the next line (shift+ctrl+down / or shift+ctrl+up)
duplicate line above/below (shift+alt+down)
move line up / down (alt+down / alt+up)

Collapse
 
molamk profile image
molamk

I second the ctrl+...

Collapse
 
pavelloz profile image
Paweł Kowalski • Edited

I would also recommend folding shortcuts to navigate bigger files, but since im not working on long files (js + includes in other languages) i dont need it - but if you are dealing with files 200+ lines long, i would highly recommend mastering folding + go to line + go to method