completion possibilities based on a string #497
Unanswered
SoilihBenSoilih
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I hope you're doing well! I am using the LSP library to implement an LSP server in Ocaml. I wanted to know if there was a function that takes a
string
and a list ofLsp.Types.CompletionItem.t
and returns the list of possible completions based on the string or some similar function.Thank you !!!
Beta Was this translation helpful? Give feedback.
All reactions