I used #30 as an example for adding support for the new textDocument/inlineCompletion request introduced in 3.18. @tliron I know copy/pasting isn't the best of ideas but it can help get people unblocked for now. What do you think?
I tested it by having Visual Studio Code connect to the language server below and triggering the textDocument/inlineCompletion request from the editor.
I used #30 as an example for adding support for the new
textDocument/inlineCompletion
request introduced in 3.18. @tliron I know copy/pasting isn't the best of ideas but it can help get people unblocked for now. What do you think?I tested it by having Visual Studio Code connect to the language server below and triggering the
textDocument/inlineCompletion
request from the editor.