VSCode extensions I use as a Frontend Developer
I've used many editors and IDEs: Notepad++, Gedit, Vim, Sublime Text, Atom, Eclipse, Webstorm, PyCharm, Brackets, etc. But none of them provide a better experience than VSCode for me, regardless of what language or framework I'm programming in. The only exceptions I've found so far are Visual Studio for .NET and IntelliJ IDEA for Java.
Here are the must-have extensions I always install in a new setup for a frontend project.
- Auto Rename Tag - Jun Han: Auto rename paired HTML/XML tag.
- Better Comments - Aaron Bond: Highlighting for different types of comments.
- Draw.io Integration - Henning Dieterichs: Draw and edit architecture diagrams like regular files.
- ESLint - Dirk Baeumer: Integrates ESLint into VSCode.
- GitLens - Eric Amodio: Visualize code authorship at a glance.
- GraphQL - Orsen Kucher: Adds syntax highlighting and language features for graphql projects.
- Jest - Orta: Wallaby.js alternative to help debug jest tests in VSCode.
- MDX - unified: Language support for MDX.
- Playwright Test for VSCode - Microsoft: Run Playwright Test tests in Visual Studio Code.
- Prettier - Prettier: Opinionated code formatter.
- Pretty TypeScript Errors - yoavbls: Make TypeScript errors prettier and more human-readable.
- Tailwind CSS IntelliSense - Tailwind Labs: Intelligent Tailwind CSS tooling for VS Code.
- Version Lens - pflannery: Shows the latest version for each package using code lens.
- WakaTime - WakaTime: Metrics, insights, and time tracking for your programming activity.
Have questions? Discuss on Twitter