Open
Description
Is your feature request related to a problem? Please describe.
It seems coc.nvim currently doesn't support the textDocument.inlineCompletion method.
Describe the solution you'd like
Add support similar to the current completion method.
Describe alternatives you've considered
Implement language client middleware to support this method.
Additional context
Some language server starts to use this method to provide ML generated code blocks.
Activity