MongoDB for VS CodeMongoDB
Easily work with MongoDB databases directly from Visual Studio Code.
Vendor
MongoDB
Company Website
Product details
MongoDB for VS Code. Build Without Leaving Your IDE.
Build applications and work with your data in MongoDB directly from your VS Code environment.
Features
- **Navigate your MongoDB data: **Connect to a MongoDB cluster, navigate through your databases and collections, get a quick overview of your schema and indexes, and see the documents in your collections.
- **MongoDB Playgrounds: **The best way to prototype your CRUD operations and MongoDB commands:Edit and run your playgrounds to see the results immediately
- **MongoDB syntax highlighting: **Intelligent autocomplete for commands, operators and database, collection, and field names
- **Stage snippets to create aggregations quickly: **Quick access to the MongoDB Shell
- Launch the MongoDB Shell from the command palette to quickly connect to the same cluster you have active in VS Code.
- **Automate Atlas configuration with Terraform: **Do you manage your infrastructure with Terraform? With MongoDB for VS Code, you can easily leverage the MongoDB Atlas Terraform Provider via a snippet to set up and configure your Atlas resources.
- **Export to language: **Export your query or aggregation (including driver-specific language) to your programming language of choice. Current languages supported in include Node.js, Python, Java, C#, and Ruby.