GitHub Copilot Chat

GitHub Copilot Chat is a conversational AI coding assistant available in supported integrated development environments (IDEs) and on GitHub.com that answers coding questions and proposes code changes with awareness of your open files and repository context.

Within editors such as Visual Studio Code, Visual Studio, and JetBrains IDEs, Copilot Chat can explain selected code, suggest fixes, and generate unit tests in an inline or dedicated chat view. It supports context controls like mentioning files or symbols and can operate in focused edit mode or agent mode for multi file updates and task style work, helping scaffold features, refactor code, and iterate on changes while you review and apply them.

Official website: docs.github.com/en/copilot/concepts/chat

Tutorial

GitHub Copilot: Fly With Python at the Speed of Thought

In this tutorial, you'll get your hands dirty with GitHub Copilot, a virtual pair programmer powered by artificial intelligence trained on billions of lines of code. You'll explore several practical use cases in Python for this amazing productivity tool.

intermediate ai editors tools


By Leodanis Pozo Ramos • Updated Aug. 28, 2025 • Reviewed by Martin Breuss