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

It would be great if MongoDB for VS Code Extension had the option to Create new documents.

No description provided
Guest almost 5 years ago in IDEs 1 Submitted

Add support for tlsAllowInvalidCertificates

We use mongodb replicaset with encryption in-flight enabled (tls=true), but we don't require client certificates. For mongosh and c# drivers there is a parameter tlsAllowInvalidCertificates which let us DONT use any certificates including root CA ...
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 2 Submitted

Opening Playground file from other folders out of workspace, with Recents list

Normally I don't store playground files within my VS Code project folder (which often is a Git repository). I could add the files to .gitignore, but it would be much more convenience if the Playgrounds pane has options to open file from another fo...
Guest over 1 year ago in IDEs 0 Submitted

Add Support for Stable API in the extension

Include support for running playground against a stable API version.
Guest over 1 year ago in IDEs 0 Submitted

Support TagWithCallSite and TagWith with EF Core Provider

It'd be good to support TagWithCallSite and TagWith so it's easier to figure out where the queries came from. The "tag" could be put in the query option comments so that it can be used when profiling and with otel integrations.
Guest over 1 year ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Naming convention of documents when viewing in VSCode

The MongoDB extension for VSCode has given me a really good development experience by simply using my DB from either local machine or from Atlas, without going out of the editor. But one thing we can have, as an improvement, is to give some sort ...
Guest almost 2 years ago in IDEs 0 Submitted

Reactive document opened by ID for editing

I really want to be able to open a document by ID so I can fix data created during development, but that would be on page 1000 if browsing.
Guest almost 2 years ago in IDEs 0 Submitted

Asynchronous variant of IIdGenerator

We have use cases where IDs assigned to documents are generated by an external service. Communication with the external service is asynchronous. We have created custom IIdGenerator implementations for this purpose, and they work, but unfortunately...
Guest over 3 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted

Use the ssh connection or the tunnel from vscode

It would be awesome to be able to use the ssh connection or the tunnel from vscode to connect to the MongoDB server
Guest almost 2 years ago in IDEs 0 Submitted

BsonIgnoreIfEmpty - Property Attribute

Like BsonIgnoreIfDefault and BsonIgnoreIfNull, we can add BsonIgnoreIfEmpty. It can be added on IEnumerables (which we basically know they cannot have infinite values since it is inserted to db after all..) and if the IEnumerable is empty, it wont...
Guest over 5 years ago in Drivers (ie: Node.js, Java, .NET) 0 Submitted