From 0a0599f78be7dea990563735f211962108bb0754 Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Thu, 4 Jun 2026 00:55:29 +0200 Subject: [PATCH] chore: update plugin description --- src/main/resources/META-INF/plugin.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 46b97a1..66a6952 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -18,20 +18,22 @@ xphp, a PHP - superset with monomorphized generics that compiles to vanilla PHP.

+ superset with monomorphized generics that compiles to vanilla PHP. +

Editing intelligence (diagnostics, hover, go-to-definition, completion) is delivered - by the bundled xphp Language Server over the IntelliJ Platform LSP API. The same - server powers the VS Code extension at tools/lsp/vscode-extension/; - single source of truth, no per-editor duplication.

+ by the bundled xphp Language Server over the IntelliJ Platform LSP API. +

- Requires PhpStorm 2026.1 or later. + Requires:

+ - PHP 8.4+
+ - PhpStorm 2026.1 or later. ]]>
0.1.0 ]]>