Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.2k stars 150 forks source link

Suggestions are totally different from vscode #448

Open mostafaqanbaryan opened 1 month ago

mostafaqanbaryan commented 1 month ago

Hi and thank you for this plugin.

But currently it works completely different from the vscode version.

Basically, prompts doesn't work as good as vscode.

For example, If I write a comment in vscode that says:

// Create An autocomplete component with Material UI and react-hook-form

vscode will create a real component that (almost) works.

But in nvim it just suggests:

image

So this is not gonna work at all.

I don't know what's the difference between this plugin and the vscode one.

If I'm doing something wrong, please correct me.

And if there is any help I could do, I'd be glad!

1-800-jono commented 1 week ago

Suggestions I'm getting are very similar to the screenshot above. Not usable at all (also suggests functions that are already in the file) - maybe I'm doing something wrong also.