From the course: Mastering AI Tools for Efficient C# Development
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Using comments to guide code completion - C# Tutorial
From the course: Mastering AI Tools for Efficient C# Development
Using comments to guide code completion
- [Instructor] In this video, we're going to take a look at how to actually use Copilot inside a Visual Studio Code. As you can see, I've opened up Visual Studio Code and I'm presented with the welcome screen. One of the easiest ways of working with Copilot is to simply ask it what you want to do. One of the easiest ways to work with Copilot is to simply open the chat window and start talking to it. In this case, I'm going to ask it how to create a new .NET project inside of Visual Studio Code. Right now, I'm just going to expand this window so we can see this a little bit easier. And as you can see, it's given us instructions on how to create a new project in Visual Studio Code via the command line. However, I've already created a project folder, so I want to create a new .NET project inside of the folder itself. So let me ask Copilot. So here are the new instructions. So let's go ahead, I'm going to open up the terminal and here, I'm going to go into the project folder I've already…