What about text suggestion support?
#10259
|
I fully understand the decision not to implement copilot... But! Perhaps the interface of showing text suggestions can be on Helix so LSP's can use it.
This is generic enough that maybe is better implemented as a primitive natively on Helix, and would improve the DX drastically of using any completion AI. Originally posted by @adriangalilea in #4037 (comment) |
Replies: 2 comments 23 replies
|
lsp has completions which can support that, we are not adding lsp extensions to core |
|
Closing the loop on this two years later, since the pieces finally exist: First, credit where due: @devmanuelli already implemented
This is how it looks
One datapoint for #14876: I arrived independently at the same Not re-litigating core inclusion, just leaving the trail for whoever lands inlineCompletion support: the rendering primitive and the protocol are cleanly separable, and separating them is what made this buildable outside core at all. |



AFAIK the maintainers have no interest in implementing non-standard APIs like that. What you're proposing sounds pretty niche too. Stuff like that is intended to be implemented by plugin developers once the plugin system lands.