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 of 3939

I'd like to view, edit and even version control my validation schemas

I'd like to view, edit and even version control my validation schemas
Guest over 1 year ago in IDEs 0 Submitted

Print Logs As They Happen, Not At End of Script

Hi, When I add a `print` line in mongosh, that line is executed as it is reached. For example, if I add it within a loop, it prints for every iteration in a loop. However, in a VS Code Playground, it only prints when the Playground has finished e...
Guest over 2 years ago in IDEs 0 Submitted

Tree collapse/expand in the connections panel

After opening a few options of the tree sometimes I want to collapse all and explore a completely different path, having the option to expand/collapse all would be neat!
Guest about 5 years ago in IDEs 0 Submitted

Data view as tabular format

All data are always showing as json in vscode extension. Can you add a functionality so that user can switch to json or tabular form of data view
Guest 10 months ago in IDEs 0 Submitted

Reuse db connection

It's much slower than other mongodb clients like Robo 3t every time I run a query, it seems that it create a new connection to the database and then executes the query. Is there any way to keep and reuse an existed connection so that to speed up t...
Guest over 3 years ago in IDEs 0 Submitted

Script a schema

In schema explorer, right click a collection Schema, and have the option to "Generate Script". This would generate a js file such as: var Comments = new Schema({ title : String , body : String , date : Date }); Alternatively or additionally, ...
Guest 11 months ago in IDEs 0 Submitted

Ability to select a specific property to display in the sidebar document list

Make it possible to select (and remember for each collection) a property to display in the list of documents, instead of the standard '\_id' property (For example: 'name' property, instead of '\_id')
Guest over 2 years ago in IDEs 1 Submitted

i suggest you need to add the refresh feature on the view all documents

i suggest you need to add the refresh feature on the view all documents, in my case i need to click the view document to refresh the whole documents page. instead of this why should you add same refresh all documents feature it this.
Guest 11 months ago in IDEs 0 Submitted

Suggestions in terminal for Auto Filling

No description provided
Guest 12 months ago in IDEs 0 Submitted

filter by database/collection name

would be nice to be able to filter by database/collection name in the connections panel, similar to what is found in MongoDB Compass.
Guest almost 5 years ago in IDEs 0 Submitted