Skip to content

Language Servers

USAMI Kenta edited this page Sep 30, 2019 · 2 revisions

This list contains the language server implementations currently in development, sorted by name in alphabetical order (A-Z).

This is the pioneer of PHP LSP server implementation, development has been stopped since December 2018.

This LSP server is popular as a Visual Studio Code plugin and appears to be stable. It is proprietary software and requires a paid license to enable all features. This depends on Node.js runtime, not PHP.

This is a powerful PHP static analyzer that provides an LSP interface that extends felixfbecker/php-language-server.

This project provides intelligent completion and refactoring tools. It has both LSP and its own RPC protocol interfaces.

Atom's php-ide-serenata plugin is used as a powerful replacement for php-ide,