Skip to main content

Frontend Extensions

This page lists the recommended VS Code extensions for our frontend development workflow.

  • Prettier - Code formatter - Used for enforcing a consistent code style across the entire codebase.
  • Tailwind CSS IntelliSense - Used for autocompleting Tailwind CSS classes and seeing the CSS behind them.
  • Auto Rename Tag - Used for automatically renaming the closing HTML tag when the opening tag is changed.