From the course: AI-Powered Programming with GitHub Copilot by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Highlight key features and benefits of GitHub Copilot - Github Copilot Tutorial
From the course: AI-Powered Programming with GitHub Copilot by Microsoft Press
Highlight key features and benefits of GitHub Copilot
- [Instructor] We've talked about the main benefit really, which is contextual code suggestions as you type that results in increased productivity for you. We've seen that there's multi-language support, so you're not going to have to give up your favorite programming or scripting or automation language. We're going to enjoy a true pair programming experience with the AI. We'll find that the autocompletion that can come in as well can be pretty surprising because you'll find that the suggestions that come back will actually include object names that you've named in your current environment. So function names that you have, properties, methods in your classes, you'll start to type those. And if the language extension that you're already using in VS Code doesn't complete it for you, you'll find that Copilot will. So this means reduced errors because autocomplete by definition, as long as it's not auto completing a…