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.
2 results found
-
Improvements to Terminal Shell (split)
It would be nice that When the VSC extension is added, it creates an entry in the integrated terminal settings (terminal.integrated.automated.windows/mac) like: -
"MongoDB": {
"path": "mongo",
"args": ["$Env:MDBCONNECTIONSTRING"]
}Which I can't currently get to work.
So that when I split a currently connected MongoDB intergrated terminal session, it spawns another mongo session with the same connection parameters at the same level.
Also at the moment $Env:MDBCONNECTIONSTRING only seems to be set when the MongoDB:Launch MongoDB Shell is run, not when a connection is made to the a MongoDB server (connections).
At the moment, if…
1 vote -
Allow launching mongodb shell with connections which are not currently connected
Currently, it's possible to launch the MongoDB Shell from an active connection.
It would be nice to have the action to launch a shell from also for inactive connections in the tree.
1 vote
- Don't see your idea?