Provides MongoDB syntax highlighting, autocompletion, and query support for the ACE code editor. Version 2.0.1 is the latest stable release. It is part of the MongoDB Compass project and is primarily maintained for use within that ecosystem. It offers specialized mode for JSON-like MongoDB queries and aggregation pipelines, with support for BSON types and shell syntax. Low release cadence; primarily bug fixes.
npm install mongodb-ace-modeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up an ACE editor with MongoDB syntax highlighting and inserts a sample query.
Use import { MongoMode } from 'mongodb-ace-mode' or const { MongoMode } = require('mongodb-ace-mode')Monitor changelog for migration to ace config API.
Ensure ace editor is imported before using the mode.
Install and import ace-builds: import ace from 'ace-builds';
Run 'npm install mongodb-ace-mode' and check package.json for correct name.
No dependency data recorded yet.