vscode
vscode copied to clipboard
Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
{/** * path: Path to the array field. * includeArrayIndex: Optional name for index. * preserveNullAndEmptyArrays: Optional * toggle to unwind null and empty values. */ $unwind: { path: path,...
- Issue Type: `Performance` - Extension Name: `mongodb-vscode` - Extension Version: `0.9.3` - OS Version: `Darwin x64 21.4.0` - VS Code version: `1.67.2` :warning: Make sure to **attach** this file...
Hi all, OS: Windows 10 21H2 (OS Build 19044.1620) VSCode: 1.65.2 MongoDB Extension: 0.9.2 Docker Desktop: 4.6.1 (76265) I just had some issue connecting to a MongoDB server running inside...
## Feature Request Having a "Copy Document" option in a documents' context menu ## Detailed Description To get a more fluent way of working with a mongo instance, it would...
Hi all, OS: MacOS Monterey (12.3.1) VSCode: 1.66.2 MongoDB Extension: 0.9.2 I just had some issue connecting to a MongoDB server running inside Visual Code I kept getting the following...
## Feature Request Having a "Drop Document" option in a documents' context menu ## Detailed Description To get a more fluent way of working with a mongo instance, it would...
## Description Adds 2 new context menu actions. * `mdb.copyDocumentIdFromTree` - To copy the ID of a document to the clipboard. * `mdb.copyDocumentFromTree` - To copy the value of a...
## Feature Request Title ## Detailed Description  Just another extension that makes me click the x on its constant notifications... ## Context Improves productivity ## Possible Implementation
Currently this implementation is unpolished, but it works fine in my local install. ## Description Parsed out calls to `getCollection` so that they will also be given completion. Also, detect...
Issue Type: Bug Hi, I have a [Shared Atlas MongoDB sandbox](https://www.mongodb.com/pricing) that I can successfully connect MongoDB for VS Code extension through user and password (SCRAM). However, I cannot connect...