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 of Lsp.Types.CompletionItem.t and returns the list of possible completions based on the string or some similar function.
Thank you !!!