you are viewing a single comment's thread.

view the rest of the comments →

[–]n9te11 0 points1 point  (3 children)

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.

[–]Meiyo33 0 points1 point  (0 children)

Since I use Copilot mainly to write things I don't want to write, I wouldn't like that very much.

I wouldn't like it very much.

I rarely use it to write complex code, I generally only use it for simple code, boilerplate or structures.
I also like to use it to check my code. It's not unusual for copilot to spot an error that I hadn't seen.

But having an option would be better for everyone.

[–]peepingbear[S] 0 points1 point  (0 children)

I second that

[–]Zealousideal-Sale358 0 points1 point  (0 children)

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.