A community-driven collection of Copilot Instructions for various projects, frameworks, and languages, designed to improve Copilot's code suggestions in Visual Studio Code.
This repository contains folders for different projects, frameworks, and languages.
Inside each folder, you'll find a copilot-instructions.md
file tailored to that specific technology.
These instruction files help Copilot better understand your coding standards, architecture, and style preferences, leading to more relevant and higher-quality code suggestions.
-
Browse the folders in this repository and pick the one relevant to your project.
-
Copy the
copilot-instructions.md
file from that folder into your project at the following path:.github/copilot-instructions.md
-
Update VSCode settings:
"github.copilot.chat.codeGeneration.useInstructionFiles": true
Please consider sharing a post about Copilot Instructions and the value it provides. It really does help!