# Enhance Your In-IDE Data Browsing Experience With MongoDB

[MongoDB](https://yomu.fyi/company/mongodb) · Silpa Ajjarapu · Mar 17, 2026

**Type:** Announcement

## Summary

MongoDB announced the general availability of an enhanced data browsing experience within the MongoDB for Visual Studio Code extension. The update introduces a paginated tree view that automatically detects human-readable fields like names or emails to create descriptive document titles instead of showing standard ObjectId hashes. An integrated action header inside the tree view enables developers to insert documents, refresh queries, sort by ObjectId, paginate results, and execute bulk deletes directly from the sidebar. Individual documents support hover-based contextual action menus for native deletion, copying, cloning, and editing. Furthermore, the extension now defaults to standard Shell syntax rather than Extended JSON across insert, clone, edit, and clipboard operations to maintain application code compatibility.

## Context

Developers often juggle multiple tools and face cognitive load from context switching between external terminals and their IDE, while also needing to translate familiar MongoDB Shell commands into Extended JSON.

## Approach / What changed

MongoDB updated its Visual Studio Code extension by adding a structured paginated tree view with prescriptive document titles, native document action menus, a collection header control bar, and default standard Shell syntax for data interactions.

## Takeaways

- The MongoDB for VS Code extension automatically detects human-readable fields such as names or emails to generate prescriptive document titles in the tree view instead of displaying standard \_id hashes.
- A new action header inside the tree view allows developers to insert documents, refresh queries, sort ascending or descending by \_id, paginate, and perform bulk deletes to empty a collection.
- The extension adds a setting defaulting to standard Shell syntax over Extended JSON (EJSON) across insert, clone, edit, and clipboard functionalities.

**Tags:** [Developer Experience](https://yomu.fyi/topic/developer-experience)

[Read original post](https://www.mongodb.com/company/blog/technical/enhance-your-in-ide-data-browsing-experience-with-mongodb)
