Hello everyone, I’d like to start a discussion about the potential for PHP to have an official Language Server, implementing the Language Server Protocol (LSP) — similar to what other programming languages already provide (e.g. Go’s gopls, Elixir’s Expert, etc.). This is not yet a formal RFC, but rather an exploration of whether there’s community interest in such a concept, and what form it could take if we agreed it’s worth pursuing. Background / Motivation Currently, PHP developers rely on...
I use Intelephense together with Psalm (via LSP) in my editor. It’s not a very pleasant experience, as Psalm is rather slow. Especially on large projects and large files. If a built in LSP server has as good diagnostics as Psalm, I would LOVE that! Hope this gets a reality. Would probably use Psalm as a CLI only tool, though. It’s fantastic, just painfully slow