Docs Menu
Docs Home
/
MongoDB for VS Code

MongoDB Extension for Github Copilot

On this page

  • Commands

MongoDB for VS Code Extension includes the MongoDB Extension for Github Copilot to assist in using GitHub Copilot with your MongoDB deployments. Through GitHub Copilot's chat feature, users with VS Code Extension can learn about MongoDB, interact with their MongoDB clusters, and generate code with MongoDB domain-specific knowledge on top of GitHub Copilot's LLM. The MongoDB Extension for Github Copilot can also answer questions about your database collection schema and provide links to specific MongoDB documentation.

The MongoDB Extension for Github Copilot includes MongoDB-specific commands to assist in interacting with your deployment.

The /query command assists in generating queries from a natural language against a connected MongoDB cluster.

The schema command provides schema information about collections in your connected deployment.

The /docs command provides links to MongoDB documentation to supplement generated information.

Back

Load Local Files

On this page