Update Blog: ZLP: What it is and what it isn't

This commit is contained in:
2026-04-04 10:22:18 +02:00
parent 5551f6a7c7
commit fba2c96abb
@@ -7,8 +7,6 @@ categories: ["Engineering"]
draft: false draft: false
--- ---
# ZLP: What It Is, What It Isnt, and Why We Didnt Just Build Another LSP
If youve spent any time around developer tooling, youve probably internalized the idea that code intelligence means **LSP**. If youve spent any time around developer tooling, youve probably internalized the idea that code intelligence means **LSP**.
That makes sense. The Language Server Protocol changed the industry by giving editors a standard way to talk to language-aware tooling. Hover, autocomplete, go-to-definition, diagnostics, rename, references: LSP turned that entire class of features into a portable interface. That makes sense. The Language Server Protocol changed the industry by giving editors a standard way to talk to language-aware tooling. Hover, autocomplete, go-to-definition, diagnostics, rename, references: LSP turned that entire class of features into a portable interface.