Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

languages: add protobuf language servers #7796

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

jzelinskie
Copy link
Contributor

No description provided.

Copy link
Member

@gabydd gabydd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run cargo xtask docgen to add the changes to the language support docs

@gabydd
Copy link
Member

gabydd commented Aug 1, 2023

The language server here https://github.com/pbkit/pbkit/ apparently also supports completion haven't tested it out though so the other language server might be better

@jzelinskie
Copy link
Contributor Author

jzelinskie commented Aug 1, 2023

I added pbkit -- neither projects are extremely mature, but I'll take limited functionality over none!
bufls is an experiment, but backed by a company that sells protobuf tools. If I had to place my bet somewhere, it'd be there.

@the-mikedavis the-mikedavis changed the title languages: add bufls protobuf language server languages: add protobuf language servers Aug 2, 2023
@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. A-language-support Area: Support for programming/text languages labels Aug 2, 2023
@pascalkuthe pascalkuthe merged commit 325692a into helix-editor:master Aug 2, 2023
6 checks passed
@jzelinskie jzelinskie deleted the bufls branch August 2, 2023 20:47
dgkf pushed a commit to dgkf/helix that referenced this pull request Jan 30, 2024
* languages: add bufls protobuf language server

* languages: add pbkit protobuf language server
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
* languages: add bufls protobuf language server

* languages: add pbkit protobuf language server
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
* languages: add bufls protobuf language server

* languages: add pbkit protobuf language server
@softkot
Copy link

softkot commented Sep 16, 2024

https://github.com/hudbrog/protobuf-lsp is more usable

go install github.com/hudbrog/protobuf-lsp@latest && ln -s protobuf-lsp bufls 

gives better UX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants