Search code examples
c#visual-studiogithub-copilot

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.


Solution

  • There are two ways that I know of.

    One use: //Some thing you want to do, and then use Ctrl+Alt+\.

    Another: //q:Some thing you want to know, and then use Ctrl+Alt+\ or Ctrl+Alt+Enter.