bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61532: 30.0.50; [PATCH]: Make completions without sortText fall to b


From: Stefan Monnier
Subject: bug#61532: 30.0.50; [PATCH]: Make completions without sortText fall to back of the list
Date: Sun, 19 Feb 2023 17:56:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> Anyway, this boils down to a limitation of LSP, that it doesn't report on
> what kind of matching style it uses for textDocument/completion.

It's not just "matching style".  It's that it's designed under the
premise that all the control is on the LSP server side, and the client
(editor) side just provides a "dumb UI".

A better API is probably harder to design (e.g. you need to define what
is a "matching style", for one), admittedly.

> At least it used to be a limitation of LSP, maybe someone else has
> fixed it in the meantime, or added something that we can use.

Not that I know.  But I think if we want that to happen, we need to move
out of our comfort zone and start participating in discussions over in
VScode land where the decisions are made :-(


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]