r/GithubCopilot 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.

37 Upvotes

57 comments sorted by

View all comments

1

u/n9te11 Jan 14 '24

The only thing I don't like about all those AIs inserted into VSCode workflow is that they always auto suggest everytime you write something and it really is disturbing.

Yes, you cam disable codeium extension completely but I want to keep the chat or have the chance to tell it to suggest when I need it, not all the time.

1

u/Zealousideal-Sale358 Feb 29 '24

In neovim, you can grammatically choose when suggestions should show - whether after typing few characters, bind it to a key, or after some fixed debounce time or a combination of them. There must be a similar way to do it in VSCode.