Replies: 1 comment
-
@cvdub I'm not sure how that would work in practice as the completion at point UI's typically expect that you're completing a single word/symbol. It can certainly be done, but I doubt it will be particularly useful. Perhaps it would play a bit better with frameworks like dabbrev and hippie-expand, but I have doubts about this as well. |
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.
-
Would it make sense (and is it even possible) to make copilot.el work with Emacs built in completion-at-point system?
In a perfect world users could add
copilot-complete
to thecompletion-at-point-functions
list and everything would play nicely with existing Emacs functionality.Beta Was this translation helpful? Give feedback.
All reactions