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--remote, monitor from web or mobile$ 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]
Author repository automation in plain Markdown โ no YAML required. Describe what you want to happen, compile it with the gh aw CLI, and let an AI agent (Copilot, Claude, or Codex) handle the rest on a schedule or trigger.
gh aw compile---
name: Daily Issue Triage
on: schedule: "0 9 * * *"
agent: copilot
permissions: [issues: write]
---
Triage all open issues with no labels.
Add labels and a brief summary comment.
$ gh aw compile triage.md
โ Compiled โ triage.lock.yml โ
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, .NET, and Java.
๐ Community SDKs: Need 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.6"
});
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. See models & pricing โ
Multimodal reasoning, large context windows, and strong analytical capabilities.
Gemini 3 ProExceptional reasoning, safety-focused, and excellent for complex multi-step problems.
Sonnet 4.6 ยท Opus 4.7Versatile general-purpose models for coding, chat, analysis, and creative tasks.
GPT-5 ยท GPT-5.4Purpose-built for code. Autonomous agent that can write, test, and iterate on code.
GPT-5.3-Codex๐ Bring Your Own Key: Copilot CLI also supports BYOK mode โ connect your own OpenAI, Anthropic, or Azure OpenAI endpoints, or run local models with Ollama. GitHub auth becomes optional, giving you full control over routing and compliance. Learn more โ
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.
Feed UI mockups, screenshots, or diagrams and get working HTML, CSS, and code โ turn designs into functional prototypes instantly.
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.