From the course: Leveraging GenAI in .NET MAUI Development

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Enabling Copilot in Visual Studio Code

Enabling Copilot in Visual Studio Code - .NET MAUI Tutorial

From the course: Leveraging GenAI in .NET MAUI Development

Enabling Copilot in Visual Studio Code

- [Instructor] As we mentioned, GitHub Copilot isn't just available in Visual Studio. It is also available in Visual Studio Code. For those of us that do MAUI development on a Mac, this is an important development as Visual Studio for Mac is being retired. Now, there's two extensions that we must ensure are installed, one for the normal code completion and the other for Copilot chat. So I'm going to go over and look at the extensions by clicking the Extensions button and we're going to type copilot in here. And normally the first two on the list are the ones that we want and they're the extensions from GitHub. And so these are them right here. Now the first one here is to do the code completion that's normal GitHub Copilot and the second one is GitHub Copilot Chat. So I'm going to press Install on this first one here. Now interesting enough, we've got a message at the bottom that we want to sign into GitHub. And so I'm going to click on that right here. And so we're going to allow it…

Contents