From the course: AI-Powered Development: GitHub Copilot in Visual Studio Code

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

More inline suggestions features

More inline suggestions features

Sometimes the inline suggestions can feel like too much noise. We'll take a look at how to pause them when you need a break. Other times Copilot may have multiple suggestions it considers relevant. When that happens you have the option to cycle through the alternatives and choose the one that fits best. Also look at how to configure Copilot using the GitHub menu at the bottom right corner of Visual Studio Code. I'm talking about this icon down here. Let's start by going to my Python file and type in the word def. We've seen this before now it's suggesting format date function. I want to turn off this feature so I'll go down to this button and I want to point out a couple things. One, here is showing me the language that is being used for this file. This is the language mode for this file. Over here it's telling me that Copilot will suggest inline suggestions for all files. It'll also specifically do inline suggestions for Python. This will change depending on what file we have open…

Contents