Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Copilot code completion in Visual Studio?

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?

like image 732
Spook Avatar asked Oct 23 '25 14:10

Spook


1 Answers

I'm not sure about the autocomplete options as sometimes they all seem to fight (especially when other linting tools like Resharper are involved). However, to get rid of it completely you can uninstall CoPilot for VS2022 if you go to :

Tools > Get Tools and Features > Individual components

Untick GitHub Copilot:

enter image description here

It should remove it. Hope this helps

like image 142
Nick Pattman Avatar answered Oct 26 '25 20:10

Nick Pattman