DEV Community

Christina Gorton
Christina Gorton

Posted on • Updated on

Hey Tech Community! What are your favorite shortcuts?

I was pair programming the other day when my programming partner Christian used a keyboard shortcut in Codepen that I didn't know but was happy to learn! (Command F or Ctrl F to search through your code)

I feel like I miss out on all of these "commonly known" shortcuts.

So what are shortcuts in web development you have learned and/or use often?

Top comments (8)

Collapse
 
nickytonline profile image
Nick Taylor • Edited

Emmet is definitely handy to know for frontend dev. Here's the official Emmet Cheat Sheet. VS Code supports it out of the box.

I imagine other editors might as well or at least have a plugin for it.

Collapse
 
barbareshet profile image
Ido Barnea

Ctrl+tab to move between screens/ areas in the IDE

Collapse
 
lauragift21 profile image
Gift Egwuenu

CTRL + CMD + SPACEBAR and you get all the emojis delivered to you. 😍

Collapse
 
coffeecraftcode profile image
Christina Gorton

Oooh that's a good one! I do enjoy emoji😬

Collapse
 
haidv profile image
HaiDV

Ctrl + P to quick nativage between files

Collapse
 
coffeecraftcode profile image
Christina Gorton

Nice. Going to have to try that one.

Collapse
 
bradtaniguchi profile image
Brad

Ctrl+F hand's down!

I love it so much I'll be reading a physical book and I'll have the urge to type it...

Collapse
 
coffeecraftcode profile image
Christina Gorton

😂Nice. It has made working with my code in CodePen so much faster now.