HACKER Q&A
📣 ms7892

What are some best VSCode extension and why?


What are some best VSCode extension and why?


  👤 solardev Accepted Answer ✓
When I need to use VSCode, I use the Github, npm Intellisense, Prettier, EditorConfig, ESLint, Jest, Gitlens extensions just to make daily work (web dev) easier.

This brings it more or less into feature parity with out-of-the-box Webstorm, my usual IDE (which just has more plugins built-in and activated by default). For mixed-IDE teams, EditorConfig is a must because it lets you share repo & code formatting settings across individual devs without every commit messing up each other's settings.


👤 stop50
editorconfig.editorconfig: an addon that helps setting standards, regardless of the editor. miku3920.vscode-render-special-chars: helps against hidden chars and wrong lineendings.

👤 fastily
I work mostly in python with some frontend sprinkled in. My extension list consists of: Volar, Pylance, Live Preview, autoDocstring, autopep8

👤 KomoD
Better Comments, love it.

Live Preview is pretty great too.

And finally Todo+