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

Cody completions in nvim version are worse than in vscode #171

Closed
pmizio opened this issue Nov 14, 2023 · 5 comments
Closed

Cody completions in nvim version are worse than in vscode #171

pmizio opened this issue Nov 14, 2023 · 5 comments

Comments

@pmizio
Copy link

pmizio commented Nov 14, 2023

It's probably problem when cmp trigger request to cody api not this plugin itself but maybe it's worth to consider solving this problem. Video demonstration:

Nagranie.z.ekranu.2023-11-14.o.12.50.39.mov
@tjdevries
Copy link
Collaborator

Are you still getting this behavior? I've updated some of the completion stuff, so it might be better now.

@KostkaBrukowa
Copy link

KostkaBrukowa commented Dec 15, 2023

Hey. I have similar situation. I'm using enterprise edition of the cody and have same issues.
One thing I've found is that here

codebase = remote_url,
variable remote_url is nil on every repository I enter. When I manually override this variable

codebase = 'github.com/company-internal/my-repository-name'

completions start to behave like in VSCode.
Any idea why this variable could be nil and how to fix it?

@willothy
Copy link
Contributor

Are you still getting this behavior? I've updated some of the completion stuff, so it might be better now.

The speed at which autocompletions appear has improved noticeably for me recently.

I am wondering though, can it provide multiline completions? It seems to do so very occasionally but most of the time snippets are truncated at the end of one line.

@tjdevries
Copy link
Collaborator

I'm going to investigate the multi-line completions next week, it should be able to, but I have been having trouble triggering them consistently in nvim.

@tjdevries
Copy link
Collaborator

This gap should be much closer now. After #243, they should be exactly the same as vs code. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants