Built-in Protobuf Support #34540
haruki-nikaidou
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Zed supports Protocol Buffers via an extension that relies on
lasorda/protobuf-language-server
as an external LSP. However, this project seems like almost unmaintained since July 2024.And it doesn't work well:
buf
instead of that LSP is a better choice.Given that Protobuf is a widely-used serialize/deserialize format in many codebases, especially in microservices and API development, having built-in support like rust or go would greatly improve the develop experience. Rewriting that LSP in rust and integrating it directly into zed's codebase would also make it easier to maintain.
Beta Was this translation helpful? Give feedback.
All reactions