SilasMarvin / lsp-ai

LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.
MIT License
1.82k stars 55 forks source link

Support for `textDocument/inlineCompletion`? #5

Open fsouza opened 3 weeks ago

fsouza commented 3 weeks ago

I realize that this is still in the upcoming version of the LSP spec and not supported by editors yet, but curious if you're planning to support textDocument/inlineCompletion?

Thanks for your work on this!

SilasMarvin commented 3 weeks ago

Oh yes absolutely we will! Adding this as an enhancement on the roadmap. Thank you for the suggestion!