Share your ideas with us
720 results found
-
Improve text selection in query input text fields
Currently double clicking a value in the query input field will select not only the value but also any qoutes around it, and the trailing accolade or comma (and - if there - space). This selection issue is also noticable when using CTRL-left / right and such.
You've got it right in the intelliShell, so if that kind of selection could also be applied to these input fields it'd be of great help.
6 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.12 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
15 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
17 votes -
Customize fonts in any input and output views
, now it's terrible in high resolution and multiple bytes language.
13 votes -
Charts from data
Integrate into MongoChef or make a new utility for render charts, from the selected data.
41 votes -
Add a menu item to generate an update script in intellishell
When right clicking a collection, would be great to have an option to generate an update script which opens in intellishell or which can be copied to clipboard. This is different to the update dialog and is similar to opening intellishell already.
3 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.21 votes -
Add a comma between documents when copying multiple docs at once from result tab
When you run a find request (for instance) and want to copy the whole documents (as JSON) and paste them somewhere, it would be nice to have a comma between the docs.
Now it's like that :
{...}
{...}
{...}And it would be great time saver if it was :
{...},
{...},
{...}Thx !
4 votes -
Allow Sorting complete collection within table view
Currently only sorts the fields visible on table view.
2 votes -
Allow Tab to work on a selection within Intellishell
When you've got a selection on a block of text in intellishell and you hit tab the content disappears or it would be great if this indented the whole selected block
4 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.
20 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.
-
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…
14 votes -
2 votes
-
Split numbers in groups of 3 digits
It would be great, especially when displaying large numbers, such as collection sizes, to display numbers like this: 123,456,789 instead of 123456789, which can be hard to read and compare, especially with a proportional font
2 votes -
Duplicate tab using context menu or hotkey
Just like tabs Robomongo and Google Chrome
7 votes -
Print(object) doesn't work as expected
When executing javascript through the intellishell and printing an object, it just displays [object] rather than the entire object like Robomongo. See code example below:
db.CollectionName.find().forEach(function(doc){
print(doc);
});1 vote -
Table View: JSON doc in tooltip when user hovers over a field that has multiple nested values
Table View - When a user hovers over a field that has multiple fields nested - that portion of the JSON could be shown in a tooltip. A user can browse through data very easily.
13 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.
-
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.2 votes -
Add Plugin Support
When you right click a document please add a plugin support to perform custom user action (like Send As Email, Convert to Xml View Formatted Version)
2 votes
- Don't see your idea?