Relative Content

Tag Archive for visual-studiogithub-copilot

GitHub CoPilot in Visual Studio: explicitly request a completion

I use copilot in visual studio with C# projects. As far as I understand it mostly requests a completion after you click enter, i.e. on a new line. This can be traced in Output window of Visual Studio after switching it to GitHub Copilot. Requests are shown there. But if I make changes in the middle of a line it mostly doesn’t request any suggestion. I say mostly, because sometimes it still does, what triggers it is unclear for me.