From the course: Building PHP Applications with Generative AI
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Working with GitHub's Copilot
From the course: Building PHP Applications with Generative AI
Working with GitHub's Copilot
- [Instructor] Let's look at another helpful AI tool for programmers, and that is GitHub's Copilot. Copilot is an AI that lives in your code editor and allows you to chat with it, but beyond that, you can highlight code and ask it to modify, test, and expand upon the code you have. At the time of this recording, it is $10 per month for personal use with a free 30 day free trial. And the way it works is you download the extension for your code editor. I've been using VS Code and you get two new features. One is the chat box which sits right next to your coding area and you can ask it questions about your code or code in general. So with the code that we generated from ChatGPT up here. So one thing that we can have Copilot do is review the code. I'm going to highlight the code here. I've run into some issues where it got confused with what I was asking it and then in the chat box I'll say, can you review this code to make sure it's well written? So it will look at the code, you could…