Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Feedback

Showing 90 of 4027

Show UUID fields as UUID in document editor

I have a collection with documents containing UUID fields (standard, not legacy). When I browse those documents in the extension, they are shown like this: { "_id": "5e58eae46015f74c61dd6af0", "my_uuid": { "$binary": { "base64": "ILGr2eKZSmq...
Guest about 5 years ago in IDEs 1 Submitted

Write playground as TypeScript file

## Feature Request It would be nice to write MongoDB playground in Typescript, then we will have design time validation and good suggestions in IDE. ## Detailed Description It would be awesome to have types for MongoDB interfaces and the abili...
Guest about 2 years ago in IDEs 1 Submitted

Linting/Validation support for query language

It would be nice if MongoDB for VS Code had a built-in functionality to verify query syntax, best practices, etc. Conceptually, this would work similarly to how ESLINT works for JavaScript.
Guest over 5 years ago in IDEs 0 Submitted

Open documents in the same tab

Every time I want to check a doc, It opens it in a new tab Which makes it difficult to navigate across the workspace. I would recommend open docs in the same tab and maybe device some mechanism to open the docs in a new tab if the user wants to co...
Guest almost 6 years ago in IDEs 1 Submitted

"Table View" of Documents

As some others tools have, a way to view all documents from a collection in a table format with columns and lines. An 'click on header for sort' is well desirable.
Guest about 5 years ago in IDEs 6 Submitted

CSFLE - Support native key rotation with Azure Key Vault

Hello MongoDB Product Manager, We use the CSFLE functionality with Azure Key Vault as a key manager and everything works fine except the management of the master key (CMK) and its rotation. All because it is not possible to use Azure Key Vault's...
Geoffrey Céré over 2 years ago in FLE and Queryable Encryption 2 Submitted

Automatic Encryption library available via package manager

Hello MongoDB Product Manager, We’re currently building an application container that uses `libmongocrypt`, and for Client-Side Field Level Encryption (CSFLE), we are leveraging Automatic Encryption, which depends on the `mongo_crypt_v1.dylib` li...
Andre Marzulo 7 months ago in FLE and Queryable Encryption 0 Submitted

Create/Edit App Services Functions from VS Code

Once connected to an Atlas database, if there are applications in App Services, the ability to select an application and create or edit Functions inside the MongoDB for VS Code extension would be really cool!
Guest almost 3 years ago in IDEs 0 Submitted

Ask for password

When i work in VSCode and I connect to a MongoDB then I can save this connection in the settings.json. This works and this is very nice. But it requires to store the password in the settings-file. Because if you remove the password from the connec...
Guest 8 months ago in IDEs 0 Submitted

We do not have to repeat use('db') every time

After executing use('db') we don't need to include the command with each run, especially when we want to run the selected line. At present, if I run some selected lines to run from play ground it doesn't works if the lines doesn't includes the u...
Guest almost 5 years ago in IDEs 6 Submitted