GitHub Copilot in Visual Studio Code (VS Code) can help you write, investigate, and modify code with AI assistance.
This article explains how to set up GitHub Copilot in VS Code and try its basic features, including code completion and chat. Always review generated code and run tests when appropriate.
# Prerequisites Prepare the following:
VS Code A GitHub account A plan or free allowance that supports GitHub Copilot Use a recent version of VS Code when possible.
Tag: GitHub Copilot
GitHub Copilot can use more than the file you have open or the code you are typing. It can also use instructions stored in your project when generating answers and changes. Keeping project rules in context files reduces the need to repeat the same explanation in every request.
This article explains the main types of context files available in Visual Studio Code (VS Code) and how to configure them in a repository.
Agent Skills let AI agents such as GitHub Copilot use additional procedures and decision criteria for specialized tasks. They make a repeatable workflow available for tasks such as investigation, editing, and testing.
This article explains how to create a project Agent Skill in VS Code and use it in chat. The hands-on example creates a release-notes skill that drafts release notes from a repository’s changes.
# Prerequisites Prepare the following:
GitHub Copilot is a service that uses AI to support software development. It improves developers’ productivity by suggesting code as they type and answering questions in natural language.
This article explains what GitHub Copilot is, what it can do, and what to keep in mind when using it.
# What Is GitHub Copilot? GitHub Copilot is an AI coding assistant that generates code suggestions based on the context of the code and comments written by the developer.