Multi-LSP-server #619
GB18030-2000
started this conversation in
General
Replies: 1 comment 6 replies
-
ecode can handle any number of LSPs running in parallel for different buffers but currently it only supports a single LSP per buffer (which is what they are talking about). The main issue is the protocol which is not properly designed for multiple-LSPs per-buffer, so all the implementations supporting that are essentially hacks. I plan to support some specific cases for multi-buffer but I still need to investigate a little bit further, they usually implement it by requesting to multiple-LSPs the same command and merging the result, which I consider it quite bad. |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
This is the first time I hear about this, thanks to this comment on lobste.rs:
https://lobste.rs/s/vqd2oj/emacs_30_2_is_here#c_fysf0y
Does ecode support this?
Beta Was this translation helpful? Give feedback.
All reactions