My Visual Studio Code (VSCode) extensions
These are Visual Studio Code (VSCode) extensions I use:
- Dracula Refined — my favourite theme (also experimenting with Moonlight II)
- Prettier — automatic code formatter
- Import Cost — displays the size of imported packages
- Tailwind CSS IntelliSence — auto-suggestions for TailwindCSS
- Auto Rename Tag — rename opening and closing tags at once
- ESLint — linter
- ENV — adds formatting and syntax highlighting support for
.env
files