How to disable Copilot code completion in Visual Studio?
03:18 23 May 2025

The regular code completion in Visual Studio somehow turned into Copilot code completion:

Copilot code completion

It does not work though, replaces contents of the whole document with single-line proposed completion.

enter image description here

How can I return to the regular refactorings?

These are my Copilot options:

Github Copilot options

Bonus question: How to turn off Github Copilot completely?

visual-studio github-copilot