Other IDE-integrated tools
Beyond editing and debugging, modern IDEs serve as the nerve center for code review, testing, and quality checks. GitHub Copilot extends its reach into these areas, helping you review code, draft summaries, and work more efficiently, even if your team doesn’t use GitHub.com for pull requests.
Manual pull request summaries and local code review
Teams review code in different ways. Some use hosted pull request workflows on GitHub.com, while others prefer to keep reviews entirely within the IDE. GitHub Copilot supports both approaches by helping you summarize, analyze, and comment on code changes, whether you are working locally or through the GitHub Pull Requests extension.
There are two main ways to take advantage of this:
- Manual local review: In this workflow, you highlight diffs, stage changes, or paste snippets into the Chat interface. Copilot then generates summaries or review comments tied directly to the code under review...