Introduction

While this article is more about VS Code and less about Next.js it’s still useful to me to keep it close.


Shortcuts

Find here some useful shortcuts.

ShortcutDescribtion
CMD + DMark the same variable in VS Code more than once to enable editing them all at once

Code . Command

There is a very convenient way to open projects in the editor, directly from the terminal with only typing:

code .

In order to activate this functionality, I allowed myself to ask ChatGPT: