Exafunction/codeium.el

[Question] How can I use `codeium` cycle completions alongside with GitHub Copilot?

Closed this issue · 2 comments

How can I use codeium cycle completions alongside with GitHub Copilot?

I'm using GitHub Copilot right now, and I want to use codeium cycle completions alongside with it.

The Copilot extension I'm using is https://github.com/zerolfx/copilot.el.

How can I make it? Thanks

I believe that this is not easily done. Codeium provides a completion-at-point-functions backend, which means that its completions are rendered via a frontend like corfu or company-mode. But the copilot extension you are using is directly rendering the completions itself (bypassing these completion frontends). So they can't integrate well.

I believe that this is not easily done. Codeium provides a completion-at-point-functions backend, which means that its completions are rendered via a frontend like corfu or company-mode. But the copilot extension you are using is directly rendering the completions itself (bypassing these completion frontends). So they can't integrate well.

Yes it works! like this:
image

The problem solved for me, I'll close this issue, thank you so much.