DEV Community

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

Collapse
 
vasilevas profile image
Radu Pacurar Vasile

Nice post and nice replies. I'll also add some shortcuts I'm using and I didn't see here.

  1. Select several lines. SHIFT+ALT+i will create multicursor. Then CMD+LEFT/RIGHT to go to the beginning/end of the lines.
  2. CMD+P. Then > to see the latest command, or : to jump to specific line. For example, if I have some text I want to uppercase it, I select the text, CMD+P, then type > and start typing uppercase. You will see a Transform to Uppercase command :)