Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 2.99 KB

overview.md

File metadata and controls

41 lines (24 loc) · 2.99 KB
ContentIdDateApprovedMetaDescriptionMetaSocialImage
0aefcb70-7884-487f-953e-46c3e07f7cbe
04/03/2025
Copilot is your AI pair programmer tool in Visual Studio Code. Get code suggestions as you type in the editor, or use natural language chat to ask about your code or start an editing session for implementing new feature and fixing bugs.
images/shared/github-copilot-social.png

GitHub Copilot in VS Code

Copilot is your AI pair programmer tool in Visual Studio Code. Get code suggestions as you type in the editor, or use natural language chat to ask about your code or start an editing session for implementing new feature and fixing bugs.

VS Code integrates AI features seamlessly in your developer workflow. Choose the experience that is optimized for your specific scenario.

  • AI Code completions: start typing in the editor, and Copilot provides code suggestions based on your existing code that match your coding style.

  • Natural language chat: use a conversational interface to ask about your codebase or make edits across your project. Switch between ask, edit, agent mode based on your needs.

  • Smart actions: boost your developer productivity, from the terminal, source control operations, to debugging and testing code.

Getting started

  1. Set up Copilot in VS Code and get started for free with a monthly limit of completions and chat interactions.

  2. Get started with the Copilot Quickstart.

  3. Discover chat with the Chat Tutorial.

Make Copilot your own

Copilot adapts to your development workflow and can be customized to match your team's practices.

  • Custom instructions: describe your specific coding practices in Markdown and Copilot generates code that seamlessly matches your style.

  • Language models: choose from several built-in fast-coding or reasoning models, or bring your own provider API key.

  • Add tools: extend your agentic coding session with tools from MCP servers or Marketplace extensions.

Additional resources

You can read more about Copilot and how to use it in VS Code in the GitHub Copilot documentation.

Or check out the VS Code Copilot Series on YouTube, where you can find more introductory content and programming-specific videos for using Copilot with Python, C#, Java, PowerShell, C++, and more.

close