Language support for xphp — a superset of PHP — powered by the xphp language server.
The extension associates .xphp files with the xphp language, provides PHP-based
syntax highlighting, and connects to the language server over stdio for diagnostics,
navigation, completion, hover, and code lenses.
- PHP 8.4+ on your
PATH(or setxphp.php.path). The 0.2.x language server requires PHP 8.4. - For local development of the server:
git,composer, andmake.