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.

Status Submitted
Categories Compass
Created by Guest
Created on Jun 30, 2023

Aggregation editor improvements

settings for the following: - Turn off auto-pairs (some people really are not used to typing with it) - Vim keybinds (somewhat joking, but also not) - View full documentation within Compass. - Currently it seems the website manual is the only place to view documentation, being able to see it within Compass would be helpful - Quick reference for operators / expressions - Font settings (increase, boldness, change font). Really just turning off auto-closing brackets would be great.
  • Attach files
  • Guest
    Jan 19, 2025
    Yep I just added the Vim extension to the Code Mirror editor. The code is here https://github.com/mclaughlinconnor/compass
  • Guest
    Oct 30, 2024
    Compass uses the Code Mirror editor (I think). The Code Mirror maintainers point to https://github.com/replit/codemirror-vim for Vim keybinds. See https://github.com/codemirror/dev/issues/79 From a quick look, it looks like it should be a case of dropping the CM extension into the code. Perhaps I'll get round to adding it myself