Use MongoDB Editors in VS Code
mainThe MongoDB extension provides specialized editors for interacting with MongoDB entities directly within your workspace. These editors allow you to view and manipulate data without leaving VS Code. Supported editors include:
- DocumentEditor: For viewing and editing individual documents.
- AggregationEditor: For building and testing aggregation pipelines.
- CollectionEditor: For managing and viewing collections.
- IndexEditor: For managing database indexes.
- CodeLenses: Interactive UI elements that appear above code or entities to provide quick actions.