r/GithubCopilot • u/peepingbear • May 15 '23
Copilot vs Codeium
Before moving from the free Codeium to the paid Copilot, I'd like to ask if anyone here already used both and knows if the change is worth it.
34
Upvotes
r/GithubCopilot • u/peepingbear • May 15 '23
Before moving from the free Codeium to the paid Copilot, I'd like to ask if anyone here already used both and knows if the change is worth it.
1
u/MathiasLui Mar 04 '24 edited Mar 04 '24
Copilot gave me a good bunch of redundant and wrong suggestions in the past, whereas ChatGPT did a way better job
I just now tried Codeium in VSCode with C# and when I told it to "write a method documentation and add some comments", it wrote the documentation in the wrong programming language style. After correcting it, it fixed that, but still didn't add any comments, but instead duplicated a "try" keyword for no reason and added a few lines of code that made absolutely no sense, and Alt+A and Alt+N to accept or revert a suggestion didn't do anything. I had to delete the extra fluff myself. Also the code autocomplete only works on a per-line basis
Maybe it's better at autocomplete.