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

Query delimiter lines in playgrounds

Much like the REST Client extension allows you to add delimiters (in their case three or more #) between requests, it would be good if this extension offered something similar so that you can easily run individual queries or sets of queries in fil...
Guest over 3 years ago in IDEs 0 Submitted

Add directConnection=true for advanced connection settings options

Please add `directConnection=true` for advanced connection settings options coz i cannot connect to server with mongoDB
Guest over 3 years ago in IDEs 0 Submitted

Create new document, View documents

Buttons to quickly create new documents and view all documents in the panel (next to the refresh and search buttons) and ability to assign shortcut keys.
Guest over 3 years ago in IDEs 1 Submitted

Driver templates in VSCode

It would be great if the VSCode Extension automatically generated boilerplate code (JS, Java, Python, C#, Go) based on the file type.
Guest over 3 years ago in IDEs 0 Submitted

Better Failed to Connect Error Message

Currently, I get Failed to connect: connection to X.Y.Z.W:27017 closed. It would be helpful to tell the user why that is or give a hint as to why the problem occurred. I have to keep it in the back of my mind that most of the time the issue is bec...
Guest over 4 years ago in IDEs 0 Submitted

connecting to bi tools such as power bi

I was thinking there should be a way to connect to my BI tool, such as Power BI from my MongoDB connection in VSCode Extension.
Guest over 4 years ago in IDEs 0 Will Not Implement

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:MDB_CONNECTION_STRING"] } Which I c...
Guest almost 5 years ago in IDEs 3 Submitted

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:MDB_CONNECTION_STRING"] } Which I c...
Guest almost 5 years ago in IDEs 0 Submitted

Playground Results should appear in same panel as Terminal

The current behavior is to place Playground Results in a new document tab. It would be much more user friendly to place results in the bottom panel (next to Terminal, Problems, etc) to take advantage of vertical space.
Guest almost 5 years ago in IDEs 1 Will Not Implement

Handle 64bit numbers correctly

Javascript doesn't support 64bit internally, so if I try in Chrome/console: x = 285870311191169181, it becomes 285870311191169180, and the same thing happens in VS Code. The solution would be to return a NumberLong("285870311191169181") text resul...
Guest almost 5 years ago in IDEs 0 Submitted