Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lroolle opened this issue Apr 12, 2023 · 2 comments

Comments

@lroolle
Copy link

lroolle commented Apr 12, 2023

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

@fortenforge
Copy link
Contributor

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.

@lroolle
Copy link
Author

lroolle commented Apr 13, 2023

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.

@lroolle lroolle closed this as completed Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants