-
Kizdar net |
Kizdar net |
Кыздар Нет
Adding repository custom instructions for GitHub Copilot
In Copilot Chat's immersive view (github.com/copilot), you can start a conversation that uses repository custom instructions by adding, as an attachment, the repository that contains the instructions file.
Quickstart for GitHub Copilot
For instructions on how to install the Copilot extension, see Install GitHub Copilot in Visual Studio in the Microsoft documentation. Add your GitHub account to Visual Studio . See Add your GitHub accounts to your Visual Studio keychain in the Microsoft documentation.
GitHub Copilot のリポジトリ カスタム命令を追加する
This example of a .github/copilot-instructions.md file contains three instructions that will be added to all chat questions. We use Bazel for managing our Java dependencies, not Maven, so when talking about Java packages, always give me instructions and code samples that use Bazel.
Best practices for using GitHub Copilot
GitHub Copilot is an AI coding assistant that helps you write code faster and with less effort, allowing you to focus more energy on problem solving and collaboration. Before you start working with Copilot, it's important to understand when you should and shouldn't use it.
copilot-instructions/README.md at main - GitHub
A community-driven collection of code generation instructions for GitHub Copilot's experimental feature. Customize Copilot to follow your preferred coding styles, frameworks, and best practices!
GitHub Copilot documentation - GitHub Docs
You can use GitHub Copilot to get autocomplete-style suggestions from an AI pair programmer as you code.
vscode-docs/docs/copilot/copilot-customization.md at main - GitHub
GitHub Copilot in Visual Studio also detects the .github/copilot-instructions.md file. If you have a workspace that you use in both VS Code and Visual Studio, you can use the same file to define custom instructions for both editors.
Getting started with GitHub Copilot
Get started with the basics and unlock the full potential of your GitHub Copilot subscription.
为 GitHub Copilot 添加存储库自定义说明
Repository custom instructions are currently supported for Copilot Chat in Visual Studio, VS Code and on the GitHub website. 本文的此版本适用于在 GitHub 上使用存储库自定义说明。 单击上面的选项卡,获取有关在其他环境中使用自定义说明的信息。
Guides on using GitHub Copilot
Learn how to optimize your use of GitHub Copilot for various use cases. Refactoring code with GitHub Copilot Leverage Copilot artificial intelligence to help you refactor your code quickly and effectively.