Replies: 1 comment
-
Yeah this looks great, possibly a good candidate for #1059 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#textDocument_inlineCompletion
Do you think it could be well placed for blink to support
textDocument/inlineCompletion
.This method from the 3.18 spec is used for inline AI style completions from LSPs.
At the moment, the only concrete implementation I know of is:
https://www.npmjs.com/package/@github/copilot-language-server
But this would allow for AI completions from LSP without any additional blink plugins.
Seeing as blink already supports ghost text and a completion engine, all the moving parts appear to be there
There is a issue for this to be supported in core but it may be a good idea for a plugin to support an implementation first
Beta Was this translation helpful? Give feedback.
All reactions