π PHP Tools Now Supports Zed IDE β Full Tutorial Inside!#
We're thrilled to announce that Zed IDE is now officially supported by our PHP Tools extension! π
Zed is a modern, fast, and hackable IDE, and weβve been hard at work making sure that PHP developers get the best experience when using it. That includes features youβve come to expect, such as:
- β Full IntelliSense
- β Code Actions & Quick Fixes
- β Real-time Code Diagnostics
- β Code Formatting
- β Laravel IDE Support
- β Inlay Hints
In this post, weβll walk you through setting it all up in just a few steps.
π οΈ Step 1 β Install the PHP Extension#
- Open Zed IDE.
- From the top menu, go to:
Zed
βExtensions
- In the search box, type:
php
- Click Install on the PHP extension.
βοΈ Step 2 β Configure PHP Language Support#
- From the top menu, go to:
Zed β Settings β Open Settings
- In the settings JSON, add the following section:
This tells Zed to use our PHP Tools language server for all PHP files.
π‘ Optional β Enable Inlay Hints#
Want to see parameter names inline? Add this to your settings:
π Enable Premium Features#
If you have a license key, you can unlock premium features like refactoring and quick fixes.
In the same settings file, add this section:
Just replace <YOUR LICENSE KEY>
with your actual key.
π You're All Set!#
With PHP Tools now integrated into Zed IDE, you're ready to enjoy a powerful PHP coding experience, including:
- Real-time code assistance
- Automatic formatting
- Deep Laravel integration
- Smooth workflow with modern IDE features
If you havenβt tried Zed yet, nowβs the perfect time. And if you're already using it β welcome to the future of PHP development. πβ¨
Happy coding!
Related Links#
- docs.devsense.com/other/zed/ - documentation of PHP Tools in Zed IDE.
- devsense.com/features/comparison - premium features comparison.