Editor Setup

Supercharge VS Code for Prisma PHP + PulsePoint. Curated extensions and settings matching our Tailwind design system.

Quick Install

Run this command in your terminal to install all extensions at once.

code --install-extension Prisma.prisma bmewburn.vscode-intelephense-client xdebug.php-debug bradlc.vscode-tailwindcss JeffersonAbrahamOmier.phpx-tag-support

Recommended Extensions

Essential tools for the Prisma PHP workflow.

Official Recommended

Prisma

Syntax highlighting, formatting, and schema tooling for Prisma.

Prisma.prisma
Recommended

PHP Intelephense

Fast PHP IntelliSense, type analysis, refs, and symbol navigation.

bmewburn.vscode-intelephense-client
Debug

PHP Debug

Xdebug integration for step debugging PHP apps.

xdebug.php-debug
UI/UX

Tailwind CSS IntelliSense

Class name autocomplete, linting, and hover previews.

bradlc.vscode-tailwindcss
Prisma PHP

PHPX Tag Support

PHPX/Prisma PHP component tags highlighting + completions.

JeffersonAbrahamOmier.phpx-tag-support

Pro Tips

  • If Tailwind classes don’t autocomplete, ensure tailwind.config.js is in your root.
  • For PHP Debug, set xdebug.mode=debug in your php.ini.
  • PHPX Tag Support works best when paired with Intelephense for full type safety.
  • Use Ctrl+Space inside PHPX attributes to trigger specific completions.