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: Highlighting for different types of comments.
- ESLint - Dirk Baeumer: Integrates ESLint into VSCode.
- Fig - withfig: Companion extension for Fig.
- 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.
- Prettier - Prettier: Opinionated code formatter.
- Tailwind CSS IntelliSense - Tailwind Labs: Intelligent Tailwind CSS tooling for VS Code.
- WakaTime - WakaTime: Metrics, insights, and time tracking for your programming activity.