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
UI/UX
Tailwind CSS IntelliSense
Class name autocomplete, linting, and hover previews.
bradlc.vscode-tailwindcss
Pro Tips
-
If Tailwind classes don’t autocomplete, ensure
tailwind.config.jsis in your root. -
For PHP Debug, set
xdebug.mode=debugin your php.ini. - PHPX Tag Support works best when paired with Intelephense for full type safety.
-
Use
Ctrl+Spaceinside PHPX attributes to trigger specific completions.