You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it's making incompatible completions. In my example it's giving a string to an int, it isn't semantically aware. I would hope to be able to turn the ordering off completely, since it's being more harm than good.
Summary
joaotavora/eglot#576
That bug also happens in helix. Completions get reordered.
Helix:
Vscode:
The suggestion by gopls is sorted correctly (because of the type
int
), but helix pushes it to 2nd.Reproduction Steps
Helix log
No response
Platform
Linux
Terminal Emulator
irrelevant
Helix Version
helix-term 22.12 (d14de27)
The text was updated successfully, but these errors were encountered: