VS Code is known as the most popular code editor among developers. It’s open source and free to use. VS Code has built-in GitHub Copilot support for AI code completion and you can configure it to use Bruno as your AI agent. GitHub Copilot is a powerful AI agent that can help you write code faster and more efficiently.Documentation Index
Fetch the complete documentation index at: https://bruno-a6972042-mintlify-testing-jsonbody-jsonschema-1777266.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Configure GitHub Copilot with Bruno
- Download and install VS Code from here.
- After installing VS Code, install the GitHub Copilot extension.
-
Create a
copilot-instructions.mdfile inside the.githubfolder at the root of your project.
my-project
.github
copilot-instructions.md
src
routes
app.js
server.js
package.json
.gitignore