GitHub Copilot Pro / Pro+
You just unlocked the most powerful AI coding platform on the planet.
It's way more than autocomplete in VS Code. Here's everything you can do.
"GitHub Copilot is just a VS Code plugin." โ Not anymore. Your subscription gives you an AI pair programmer in your terminal, on github.com, across 6 IDEs, through coding agents that open PRs for you, and via an SDK to build your own AI tools. Let's break it down.
Your subscription works across all of these โ pick your favorites.
Assign a GitHub Issue to Copilot and it will autonomously write code, create a branch, open a pull request, and iterate based on your review โ all without leaving github.com. You can also use Claude and OpenAI Codex as coding agents directly on GitHub.
@copilot# You assign the issue to @copilot
โ Copilot analyzes the codebase...
โ Creates branch copilot/fix-42
โ Writes code, adds tests
โ Opens Pull Request #43
โ Ready for your review โ
A full AI agent right in your terminal. Ask questions in natural language, generate scripts, explore codebases, delegate tasks, and even create pull requests โ all without leaving the command line.
/delegate$ copilot -p "find all API endpoints that lack authentication and add middleware"
# Copilot scans your codebase...
โ Found 3 unprotected routes
โ Adding auth middleware...
โ Writing tests...
โ Done. Review changes? [y/n]
Inline completions, chat, agent mode, plan mode, multi-file edits, and more โ in every major IDE.
The flagship experience. Inline suggestions, Copilot Chat, Agent mode, Edits, and the deepest integration.
Get started โIntelliJ IDEA, PyCharm, WebStorm, and more. Full Chat, Agent mode, Plan mode, and MCP support.
Install plugin โNative integration for C#, .NET, C++. Copilot Edits for multi-file changes and full agent workflows.
Get started โAI completions, Chat, Agent mode, and Plan mode for Java and enterprise development workflows.
Install plugin โSwift, Objective-C, SwiftUI. Inline completions, Agent mode, and Chat for Apple platform development.
Install extension โA full agentic AI in your terminal. Natural language coding, task delegation, and CI/CD automation.
Install CLI โEmbed Copilot's agentic runtime into any application. The SDK exposes the same multi-turn execution engine that powers Copilot CLI โ with official support for Python, Node.js, Go, and .NET.
๐ Community SDKs: Need Java, Rust, or Clojure? The Copilot Community SDK project provides community-maintained SDKs for languages not yet officially supported.
import { CopilotClient } from "@github/copilot-sdk";
const client = new CopilotClient();
await client.start();
const session = await client.createSession({
model: "claude-sonnet-4.5"
});
await session.send({
prompt: "Analyze merged PRs"
});
With Copilot Pro/Pro+, you're not locked into one model. Choose the best AI for each task.
Multimodal reasoning, large context windows, and strong analytical capabilities.
Gemini 3 ProExceptional reasoning, safety-focused, and excellent for complex multi-step problems.
Sonnet ยท OpusVersatile general-purpose models for coding, chat, analysis, and creative tasks.
GPT-4o ยท GPT-5Purpose-built for code. Autonomous agent that can write, test, and iterate on code.
Codex ยท Coding Agent๐ก Pro includes 300 premium requests/month. Pro+ gives you 1,500 premium requests and early access to the latest models. Compare plans โ
Here are the core capabilities available across all Copilot surfaces.
Real-time suggestions as you type. Multi-line completions, function bodies, boilerplate โ it just flows.
Ask questions about your code, get explanations, debug errors, and brainstorm solutions in natural language.
Give Copilot a high-level task and it plans, executes, edits files, runs commands, and fixes errors autonomously.
Describe what you want to build. Copilot creates a step-by-step implementation blueprint for your review before writing code.
Copilot Edits can refactor, rename, and restructure code across multiple files in one go.
Get AI-powered review suggestions on your pull requests. Catches bugs, suggests improvements, and explains changes.
Automatically generate unit tests, integration tests, and edge cases for your functions and classes.
Generate docstrings, README files, API docs, and inline comments that actually make sense.
Pick an IDE, the CLI, or github.com โ your Copilot subscription works everywhere.
Install the extension or CLI, sign in with your GitHub account, and you're ready.
Choose between GPT, Claude, Gemini, or Codex โ each optimized for different tasks.
Type, chat, delegate. Let Copilot handle the tedious parts while you focus on what matters.
The GitHub Copilot ecosystem goes beyond official features. Tap into community-curated resources to supercharge your workflow.
Community-contributed agents, prompts, instructions, skills, hooks, and more โ all in one place.
Specialized agents that integrate with MCP servers for enhanced workflows.
Task-specific prompts for code generation, documentation, and problem-solving.
Coding standards and best practices that apply to your files and projects.
Bundled resources and curated sets organized by theme and workflow.
Automated workflows triggered by events during coding agent sessions.
Installable packages you can add via the Copilot CLI marketplace.
You've got the subscription. Now use it everywhere.