Other IDEs
PHP Tools are available for a wide range of development environments. In addition to dedicated integrations, we also provide a standalone Language Server package for building custom editor support.
VS Code Compatible Editors#
For Cursor, VSCodium, and similar editors. (see docs)
Most forks of Visual Studio Code are compatible with the PHP Tools for VS Code extension.
The extension release is available on open-vsx.org, the open-source registry for VS Code-compatible editors.
Zed IDE#
See Zed IDE Support for details.
Language Server Protocol (LSP)#
Many editors support direct integration with language servers, often with minimal configuration.
The PHP Tools Language Server is available as a standalone NodeJS package devsense-php-ls
. Visit the devsense-php-ls for installation instructions and usage details.
Resources#
- PHP Tools for VS Code on open-vsx.org - Installation files for VS Code-compatible editors.
- PHP Tools Language Server on npm - Standalone language server for custom setups.
- PHP Tools for Visual Studio Downloads - Installers for Microsoft Visual Studio and Visual Studio Code.