Editorwise in 2020 I transformed 100% from PhpStorm to VScode. The reason is that VScode is getting better with each update and it feels a lot more lightweight than a full blown IDE. In this post I describe which setting, keybindings and plugins work best for me and maybe there is also something you wanna try in your setup.
Settings
My settings are pretty simple. This is mostly the case because I setup my macbook fresh a few weeks ago and just applied the essential settigs again.
Keybindings
My keybindings are 90% based on the tips from Caleb Prozio.
Plugins
VScode has a large variety of plugins for nearly every language and usecase you can imagine. Here are my favourites as from now:
- Import Cost displays the size of imported packages next to the import statement in your js files.
- Bracket Pair Colorizer A customizable extension for colorizing matching brackets
- Tailwind CSS Intellisense Intelligent Tailwind CSS tooling for VS Code
- Better Comments Improve your code commenting by annotating with alert, informational, TODOs, and more!
VScode is an awesome editor for webdevelopment or just coding in general. I hope you could pick something for you. Have fun hacking!