GitHub Copilot logo

GitHub Copilot

Free tier

AI pair programmer that autocompletes and generates code inside your editor.

Paid·Technical·Powered by OpenAI / Anthropic / Google

Key strengths

inline autocompleteVS Code integrationmulti-modelenterprise SSO
Paid only · from $10 USD/mo
San Francisco, US
Founded 2021
No ratings yet

Setup

  1. Install the GitHub Copilot extension in VS Code.
  2. Sign in with your GitHub account (requires Copilot subscription).
  3. Start typing — gray ghost text will appear with suggestions; press Tab to accept.

Copilot Chat

Use Ctrl+I (inline) or the sidebar chat panel. Key slash commands:

  • /explain — explain selected code
  • /fix — suggest fixes for errors
  • /tests — generate unit tests
  • /doc — add JSDoc / docstring