DEV Community

Discussion on: 💻My Web Development VS Code Settings, theme, Extensions, tips and tricks

Collapse
 
masticore252 profile image
Albert Vásquez • Edited

Great guide!

here is another tip: to delete a line on VS Code you can also use ctrl+shift+k

ctrl + x cuts the line, this might be a problem if you have text in your clipboad that you want to paste later, which happens to me often enough to make a change to a 3-key shortcut

Collapse
 
nazmifeeroz profile image
Nazmi

or dd in Vim Mode!

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

yeah, vim mode is in vs code by default!

My problem is I never got used to it :)

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

There are so many more shortcuts. Maybe I should write just a post about how to use vs code with keyboard shortcuts 🤔