VS Code Extensions
xphp

xphp

by xphp

Language support for xphp — a superset of PHP — powered by the xphp language server (0.3.x) over LSP.

Downloads

7

Rating

(0)

Version

0.2.0

Last updated

Jul 20, 2026

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.

Requirements

  • PHP 8.4+ on your PATH (or set xphp.php.path). The 0.3.x language server requires PHP 8.4.
  • For local development of the server: git, composer, and make.

Related extensions