
GitHub Copilot
GitHub's AI pair programmer with chat, inline completions, and agent mode across major IDEs.
GitHub Copilot is GitHub's AI pair programmer with chat, inline completions, and agent mode across major IDEs. Native integration with GitHub PRs, issues, and Codespaces.
What it does well
- Native integration with GitHub PRs, issues, and Codespaces.
- Supports multiple model choices — GPT-5, Claude, Gemini — on paid tiers.
- Free tier available for individual developers with limited monthly quota.
Where it falls short
- Enterprise data-residency controls require the Enterprise plan.
- Agent mode lags Cursor/Windsurf for multi-step autonomous tasks.
Tagged
- Supports Claude
- Supports GPT
- Supports Gemini
- VS Code Extension
- JetBrains Plugin
- CLI
- Agentic Mode
- Git Integration
- Enterprise Plan
- Freemium
Compared with similar things
Picked by shared tags inside the Code Completion.
- 01Freemium →LangGraph
LangChain's graph-based framework for building stateful multi-agent applications.
- 02Freemium →Sourcegraph Cody
Code-search and AI assistant by Sourcegraph — semantic search across enterprise codebases plus inline coding help.
- 03Freemium →Claude Code
Anthropic's official CLI agent for Claude — runs in the terminal, edits files, executes commands, and ships PRs.
- 04Freemium →Cursor
AI code editor forked from VS Code with built-in agent, multi-file edits, and tab-completion.
- 05Paid →Dust
AI assistants for teams with built-in knowledge connectors to Notion, Slack, Drive, and GitHub.
- 06Free →Stagehand
Browserbase's library for building reliable AI agents on top of Playwright with structured actions.
Concepts you should know
- Code completion
The category of AI assistance that suggests next tokens, lines, or short blocks of code inside an existing editor. Implemented as IDE extensions; characterised by low-latency, model-server architecture and per-keystroke suggestions.
- Tab completion
Inline code suggestion that appears as ghost text and accepts on Tab. The original AI-assist UX, popularised by GitHub Copilot in 2021. Distinct from chat, edit, and agent modes which involve multi-turn interaction.
Frequently asked questions
- What is GitHub Copilot?
- GitHub Copilot is GitHub's AI pair programmer with chat, inline completions, and agent mode across major IDEs.
- Is GitHub Copilot free?
- GitHub Copilot offers a free tier and paid plans with higher limits or premium features.
- What platforms does GitHub Copilot support?
- GitHub Copilot runs on vscode-ext, jetbrains-plugin, cli, web.
- What category does GitHub Copilot belong to?
- GitHub Copilot is in the Code Completion category — Inline AI suggestion extensions for existing IDEs — Copilot-style autocomplete, low-latency model servers, BYOK.
- What are the downsides of GitHub Copilot?
- Enterprise data-residency controls require the Enterprise plan. Agent mode lags Cursor/Windsurf for multi-step autonomous tasks.