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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Hello! I'm working on a tool which uses
javascript-typescript-langserver
among other LSPs.Diagnostics work fine, but I'm having trouble (or am I?) with the way completion works. Consider the example:
|
is the position of the cursor I send withCompletionParams.Position
):and get all kinds of relevant stuff, starting with
accessKey
, and including thetextContent
.and I get the very same result, not filtered or sorted by the
tex
prefix.Is it an expected behaviour? Is it LSP client's job to sort/filter the completion suggestions? Thank you!
Btw, theia-ide/typescript-language-server/ displays the same behaviour.
The text was updated successfully, but these errors were encountered: