MongoDB Extension for Github Copilot
On this page
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.
Commands
/query
The /query
command assists in generating queries from a natural
language against a connected MongoDB cluster.
/schema
The schema
command provides schema information about collections in
your connected deployment.
/docs
The /docs
command provides links to MongoDB documentation to
supplement generated information.