DEV Community

Discussion on: VS Code Shortcuts That I Would Teach Myself if I Had a Time Machine With Limited Fuel

Collapse
 
paulasantamaria profile image
Paula Santamaría

Best "vscode shortcuts" post I've ever read. Extra points for the b99 reference.
Next time you go back make sure to teach your past self this one: Shift +Alt + F. It will automatically format your code (if you have a formatter installed for that language).

Collapse
 
diogosouza profile image
Diogo Souza

This one is really useful. The Mac version is Option + Shift + F

Collapse
 
vtrpldn profile image
Vitor Paladini

Thanks, Paula. Glad that someone caught that 😄

Shift + Alt + F is also pretty great, thanks for sharing!

Collapse
 
maxime216 profile image
maxime216

You can also configure VSCode to run this onSave as instance which allow you to dont forget formatting ;)

Thread Thread
 
paulasantamaria profile image
Paula Santamaría

Love this idea, thanks!