Share your ideas with us
-
Icons are not differential enough
They are all black and white. It's not as intuitive as Robomongo to tell the difference between an object, array, and field element.
4 votes -
Change connection of the current tab
We have a lot of databases with the same definition. It would be great to be able to change the current connection of the tab to make the same request on a different database without having to open a new tab paste the query, ..
1 vote -
use docker as intelli-shell
I use docker alot since i switch between various versions of programming platform, mongo etc. I currently am not able to utilize the shell directly from MongoChef due the fact i have no locally available mongo (since its inside a docker image) Are there any plans to move the intelli shell to a docker capabable input? (could even be bundeld on supported platforms?)
4 votes -
Bug: Removing all collections from a databases throws an error box
When the last collection in a databases is removed (on Linux) an error is raised:
Title: Collection operation failed
Content: Database error:{ "serverUsed:" : "ip", "ns" : "namespace", "nIndexesWas" : nIndexes, "ok" : 0.0, "errmsg" : "can't drop system ns", "code" : 20}
The operation seems to succeed, though.
8 votes -
compare two documents
For example you will check the differences between two documents in the same collection.
10 votes -
Create the ability to run a script against serveral servers at the same time
The scenario is running a script to create a user on several test servers. It would be nice to be able to run a script on multiple servers at the same time.
1 vote -
Full query text
Provide the whole query text in the query builder. Currently only query parts are available as text.
21 votes -
Auto highlight (for copy-paste) by double clicking on an object in the query window
it would highlight the whole item
example:
{fiscalYear:2016,siteId:"eoTjv7m36a2fzkmnQ"}
when I double click on the siteId, it would highlight so I could copy/paste in over that object.4 votes -
Mongostat integration
Would be nice to be able to launch a window with mongostat running against a connection
7 votes -
Code formatter on shell
Have an action to format/lint code on the shell and a keyboard shortcut to go with it, i.e on IntelliJ it's CMD+Alt+L.
30 votes -
Ability to add alias to database name
We have a lot of different databases on a cluster.
For security reason and as part of our naming convention databases are a combination of prefix and ID string.
We would like to be able to add an alias to those databases so that the right database can be quickly identified.52 votes -
Duplicate tab using context menu or hotkey
Just like tabs Robomongo and Google Chrome
8 votes -
Treeview delete shortcut
Use cmd + d to delete whatever is selected in the treeview (database, collection, etc..).
4 votes -
Show Json Results with folding
Showing results in JSON View mode can lead to confusion very fast for big documents. It would be very beneficial if you could show the JSON in a "foldable" way like in tree view.
57 votes -
Redesign the application with a more modern look and feel
Preferably, the UI would look native to that users operating system
16 votes -
Only show the "Remove Document..." option in the right-click menu if the right-click is on the root level of the document
If I right-click on an array element that is nested deep within a document with the intention of deleting it, it is easy to accidentally click "Remove Document" instead of "Remove Element". Then the entire document is deleted, and there is not an easy recovery option in MongoDB except to restore from backup. Only showing "Remove Element" when I right-click on an element would help to stop this. Not sure how difficult it would be to change this, but if it's a simple fix then it would sure save a lot of headache when your users make a mistake (as…
3 votes -
Mindmap like schema planner/visualitation
Make an sort of mindmap of your db collections/schemas so you can connect fields to each other. And have an visual look at youre db.
5 votes -
BUG: Jumping when copieing collections
When i copy paste collections the lists jumps up then i dont know what the last collection is that i coppied.
osx: 10.10.4
mc: 2.0.103 votes -
When greating an index show percentages (..%)
When greating an index show procces (..%) in the lowe bar it now says: Building index. You may close the tab blablabla.
Now i need to go to proccesses to see how far the index is build
3 votes -
Sublime Style Json Color Config
The current white background is blinding.
Suggest to allow user modifiable colors in a Sublime style JSON color config file, example:
color: {
"leftPane": {"text": "rgb(0,255,0)",
"bg": "rgb(0,0,0)"},
"rightPane": {"text": "rgb(0,255,0)",
"bg": "rgb(0,0,0)"}
}At very least just these two settings would make a huge improvement over this sea of white and light gray right now. Making it JSON instead of a junky UI textbox screen, etc allows for major flexibility in the future.
10 votes
- Don't see your idea?