MongoDB for VS Code
MongoDB for VS Code lets you easily work with MongoDB directly from your VS Code environment. Using the MongoDB extension, you can:
- Connect to a MongoDB instance or cluster
- Navigate your databases and collections
- Prototype queries and aggregations
You can install the MongoDB extension from inside of VS Code via the VS Code Extension Marketplace. Help us improve the MongoDB for VS Code by posting your ideas and suggestions for improvements.
1 result found
-
Ability to delete individual records in a collection
Ability to delete individual records in a collection either using the "backspace" or the menu (delete record). Also, an "empty this collection" would help.
18 votesThank you for your feedback – we've added support for:
- Deleting any record in a collection by right clicking on a record and clicking 'Delete Document'
- Dropping Database or Collection with the right click context menu as well (https://www.mongodb.com/docs/mongodb-vscode/databases-collections/#drop-a-database-or-collection)
Ensure you've updated to the latest version of the extension if you don't see either of those options.
Please don't hesitate to reach out to me if you have any further feedback – I'd love to hear from you!
- Don't see your idea?