Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitHub Copilot Not Auto-Suggesting In Visual Studio

I just installed the GitHub Copilot extension in Visual Studio, and I'm following the setup on GitHub Docs. I got to the point where they tell me to put in some code and I should be getting auto-suggestions, but nothing appears. Anyone know a fix for this?

I enabled GitHub Copilot globally and for C#, but still no auto-suggestions.

like image 960
Pierce Harris Avatar asked Sep 12 '25 08:09

Pierce Harris


1 Answers

I was having this issue. Copilot was definitely installed, but I wasn't getting suggestions. In the Output pane you can review Github Copilot logging. It indicated an conflict with my Intellicode settings. I'd had Intellicode off, and you need that to be on with line completion to show Copilot suggestions. Review your Tools > Intellicode settings.

like image 104
Kevin Scharnhorst Avatar answered Sep 14 '25 22:09

Kevin Scharnhorst