Share your ideas with us
-
Change Color Sheme on JSON Editor and IntelliShel
Text color #808000 hardly visible #fff background. Make the color more contrast.
You can select different colors tokens:
- Function
- Number
- Boolean
- Null
- String
- Field Key127 votes -
Charts from data
Integrate into MongoChef or make a new utility for render charts, from the selected data.
83 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 -
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 -
Packages for Linux distributions
The Linux download should have a .deb and .rpm downloads (which covers at least 90% of installations) to make it easier to install and update the software.
43 votesThank you for your feedback. We added this feature to our todo list. Please subscribe to this topic by commenting or voting for it to be notified about updates.
-
Wordwrap JSON please
Editing a long string of text inside a JSON object is hard since the text doesn't wrap and is in one line. Version 2.0.4 Windows
38 votesThank you for your feedback. We added this feature to our todo list. Please subscribe to this topic by commenting or voting for it to be notified about updates.
-
generate random password for Add User and export user connection URI
Add a generate random password button for "Add User" popup.
After the user created, give us option to export the connection URI for this user. Right click to user and "Export URI" option.
Example: "mongodb://newuser:newpassword@host:port/userauthdb"
34 votes -
Rollback/Undo feature
Rollback/Undo feature
32 votes -
Add / Update / Remove dialog as Tab instead of Popup
Provide a tab similar to the query, aggregate and map-reduce tab for the Add, Update and Remove dialog. Currently this is only a popup making it harder to rerun or test
32 votes -
maxTimeMS() for every find query
Enable a preference option to concatenate .maxTimeMS("your value") on each find query. To avoid misspelled queries to bring down the database.
31 votes -
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.
30 votes -
Allow you to choose from a list of existing keys for Query, Projection, and Sort in QueryBuilder
When you use a key (or set of keys) in the projection section of querybuilder you have no ability to choose any additional keys to use for the Query, Projectection, or Sort sections. You have to either remember the column name and type it in directly or open a new view of the same collection to get the name.
What would be awesome is if in the area "Drag field here or double-click to add field" you could get a drop-down list of keys to choose from. Or open up a pop-up list of fields like you get when you…
30 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 -
table view, allow to copy several cells to clipboard
todays feature:
in table view, I can click on a cell and copy its content to clipboard with "cmd+c".suggested feature extension:
I want this also to be possible with multiple cells, such that I can select columnX over several rows and copy them all toghether into clipboard values separated by newline. if column holds a complex object, I probably(?) want the whole json of those field to be copied.example: documents with fields A and B. I execute a query and get a table with N rows and 2 columns (A and B). with my feature I can copy…
29 votes -
Datetime picker for the Date datatype
Finding Date datatype is hard to choose correct value, You should make datetime picker for this datatype. It should be more friendly
27 votes -
Command and data highlight
Such as "Robomongo" (the project seem suspended) commander and data explorer, That's very clear and graceful.
Thank you~
26 votes -
Lookup between 2 database
lookup между двумя базам.
был бы хорошо если добавили бы возможность делат lookup db1.collection1.aggregate => db2.collection2.aggregate
Lookup between 2 database
It will be good to have ability to lookup between 2 databases like that:
lookup db1.collection1.aggregate => db2.collection2.aggregate
This is possible in SQL like database:
SELECT ...
FROM A.table t1
JOIN B.table2 t2 ON t2.column = t1.colThank you for a great job and your online university program, goog luck !!!
25 votes -
Join multiple collection for data aggregation
It would really helpful for creating different aggregation on multiple collection connecting them through some "key" columns. Right now it is possible only to export the 2 CSV files and then in Excel join the data.
23 votes -
Edit JSON of the nested document
It would helpful for edit JSON only of the selected nested object, not entire document.
I think it may be implemented в by pressing the existing shortcut Ctrl + E — edit Value of the selected field.22 votes -
Favourite queries
Add ability to have "favourite queries" per connection. Currently we can create bookmarks but in order to execute the query we need to:
1) find the database in the list
2) find the collection in the list
3) open collection tab
4) Execute the bookmarkProper solution would be that after connecting to the server there would be some view or context menu allowing to execute "favourite queries" without the need to find db and collection.
Our server contain many databases. Most of the databases contains many collections too so it's painfull that in order to execute "favourite query" (…22 votes
- Don't see your idea?