Share your ideas with us
309 results found
-
Allow for Cmd+[ and Cmd+] indent and de-dent in query editor.
Allow for Cmd+[ and Cmd+] indent and de-dent in query editor. This or some other standardized variant is fine. (A "re-indent" command would also work well.)
1 vote -
option to disable autocomplete
The autocomplete is too slow to be useful in a db with a lot of collections. I like the editor, but with the autocomplete it takes for ever to write a simple query.
1 vote -
Support better tabbing in Intellisense like standard IDEs
When writing JavaScript code in the Intellisense editor, it is difficult to refactor code because you cannot select and entire section of code and hit tab or alt-tab to shift the section of code in our out. If you have a a for loop that contains 10 lines of code, you have to go to each line and hit tab for each and very line.
12 votes -
make autocompletion in intellishell optional
I'm building an aggregation by hand in IntelliShell as it's easier for me to work through something quickly that way before moving into the aggregation UI. Every time I type "{", it tries to autocomplete the aggregation command, even though I'm trying to build a document or aggregation stage inside an aggregation already. This completely disrupts my coding as it autocompletes automatically and messes up my code entirely and I have to "undo" it back out. Frustrating. It'd be great to be able to disable autocomplete if it's getting in my way rather than trying to work around it constantly...
1 vote -
Dark Theme
Dark Theme, please. The light theme is blinding.
5 votesIntroduced Dark Theme
-
Add a 'Toggle Comment' feature to code editor
Highlight some code and hit a keystroke (say '[Ctrl/Cmd]-/') to toggle a '//' at the beginning of each highlighted line of code, effectively deactivating it.
2 votes -
Customizable Keyboard Shortcuts
It would be awesome if you allow users to edit / include their own Keyboard Shortcuts on all platforms for things like editing JSON / viewing JSON / Switching tabs, etc...
2 votesWe added customisable shortcuts in 2021.4 – check it out!
https://studio3t.com/whats-new/release-2021-4/ -
Task Scheduler in UI to run queries and extract results to specific location
It would be awesome if there were a way that you could schedule a query to run and export the results to CSV/xlsx etc so that the info could be picked up by an ETL operation. Transferring Mongodb data into an environment that BI tools can interact with seems much more difficult than it needs to be and a tool like this would make your product significantly more valuable.
I'd like to be able to create a task in studio 3t to be run at a specified time or according to a specified schedule (eg every x minutes between the…
6 votesIntroduced Task Scheduling
-
Add a JSON formatter to the JSON editor.
To properly format JSON into a human readable format (Multi-line with proper indentation), we are forced to copy the JSON into another tool for formatting and paste back in 3T studio. This applies to Multi-line Query Editor and Aggregation Steps.
13 votesIntroduced Format Code on the IntelliShell
-
macOS icon
Change your icon on macOS. It's not even rounded. It sucks.
5 votesHi there – as of 2020.6, we introduced a new look. We hope you find this more appealing.
-
Test connection fails on replica Atlas
But the actual connection works
ERROR - Mongo Server error (MongoQueryException): Query failed with error code 8000 and error message 'cannot do raw queries on admin in atlas' on server cluster0-shard-00-00-iervr.mongodb.net:27017
5 votesThis should be possible now. Please contact support via our contact page if not.
-
Folder for Connection Manager
I have several Mongo servers setup and my connection manager looks pretty cluttered, would be great to have a folder setup so I can organise my connections
4 votesIntroduced Connection Groups
-
Copy & Paste (Recreate) collection indexes
We have a lot of experimntal work with our databases and I found myself constantnly trying out new indexes and performance improvements. What could save me a TON of time (I manually create 20-30 indexes per day when I'm working on them) is the simple option to:
- Right click on collection -> Copy Index(es)
- Right click on target collection -> Paste index(es) 2a. If an index with the same name exists overwrite them
I know I can use mongodump and restore the indexes but like I said this isn't a db backup / restore scenario this is experimental work and…
8 votesHi, we improved this in 2021.4: https://studio3t.com/whats-new/release-2021-4/
We hope it makes your daily tasks a little easier!
-
Automatically open Query Builder panel when field dragged & dropped on Query Builder button
Currently, in 4.5.5, you first have to click on the Query Builder button to open the Query Builder panel on the right, then drag & drop a field on to the query section of the panel. Rather than this multi-step operation, dragging a field on to the Query Builder button should automatically open the Query Builder panel and populate the Query field.
5 votesHi, this will be available in 2021.9 – we hope you try this out and enjoy it!
-
Save entire session
It will be a grate feature to save whole MongoChef session somewhere and be able to restore it later. At least opened connections and collections tabs with their queries.
I'm using MongoChef extensively to monitor logs from dozen of collections with individual queries for each and it is a bit tedious to open all of them and select correct query from bookmarks every day.
17 votes2019.7.0
-
Switch aggregation to different target (database, collection)
Creating an aggregation is really fun with MongoChef.
But if I want to see an aggregation result working on a different collection or on a different database, I have to open a new tab and start from scratch.
You already show database and collection on the top line.So how about making database and collection a dropdown choosable field?
9 votesAllow to change target collection in an Aggregation Screen
-
theme support please, black background would be nice...
theme support please, black background would be nice...
92 votesThis is now available with the latest 2019.5.0 release.
-
Indent line / lines when pressing tab in the intellishell window
When the cursor is on a line of multiple lines are selected, that would be cool if pressing tab would indent the line/lines instead of removing the selected content and replacing it with a tabulation.
This would help building scripts in the shell directly instead of going to a third party app and pasting it back in MongoChef.
4 votes -
Open collection view without initial query
Often, especially on collections with large documents, I want to open a collection view and enter a query without waiting for the initial query that always happens when I open a collection view.
7 votesHi there, this became available with 2021.6 – let us know how this goes for you if you try it out.
-
Search by ID without wrapping it in ObjectId()
In mongoChef when I want to filter documents by id I have to wrap it in search input into ObjectId
5 votes
- Don't see your idea?