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

IDEs

Showing 86

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 3 months ago in IDEs 0 Submitted

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 over 4 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 over 1 year 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 about 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 over 5 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 over 4 years ago in IDEs 6 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 over 2 years ago in IDEs 0 Submitted

Possibility to edit and save documents

Now when I open a document, I can write in it but can't save it. Make a save button to update it
Guest 11 months ago in IDEs 1 Submitted

Rename Database function

Subject: Feature Request: Add Support for Renaming a Database Dear MongoDB Team, I appreciate the great work you’ve done with MongoDB—it’s a fantastic database solution that continues to evolve and improve. However, I would like to suggest a fea...
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 over 4 years ago in IDEs 6 Submitted