Share your ideas with us
712 results found
-
Treeview delete shortcut
Use cmd + d to delete whatever is selected in the treeview (database, collection, etc..).
2 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…
1 vote -
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.
3 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.101 vote -
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.
5 votes -
Chocolatey NuGet package
We automate all dev station installs using Chocolatey NuGet packages. It makes it easier to make sure all dev stations are setup the same.
1 vote -
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 -
syntax error dialog box
When syntax error we get in dialog box line number and character position
it is very difficult to find the right position without getting the line number and position in line .
it will be very helpful if you will add line number and position in line in status line when you moving the cursor on the lines.2 votes -
table view
In table view it will be much more convenient to view if you will mark the headline in gray and add horizontal and vertical fine lines between lines and fields.
1 vote -
aggregation status line
In aggregation query add status line when query is in process like in find query
1 vote -
let the middle mouse button click on collection in explorer, open IntelliShell Tab
let the middle mouse button click on collection in explorer, open IntelliShell Tab. IntelliShel default input "db.<CollectionName>"
4 votes -
Charts from data
Integrate into MongoChef or make a new utility for render charts, from the selected data.
41 votes -
Keep scroll position after Refresh
When refreshing, try to keep the scroll position (the visible item) esp. when using JSON View.
2 votes -
Remember order of export per collection per export type
Please remember order of export per collection per export type
2 votes -
Allow multiple items to be ordered in csv export
When reordering columns in CSV Export function, we can only move one column at a time which can be time consuming if we have to move a group of field at once.
3 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 -
Make indents in IntelliShell configurable
Currently it seems that tab is set to 4 and continuation indent is set to 2. Allow these values to be configurable.
I would like to be able to:
a. Configure the size of the tab
b. Configure the size of the continuing indent
c. Use spaces instead of tabs2 votes -
Allow custom initialization of IntelliShell
Allow custom initialization or settings for IntelliShell, for example, I always have to execute:
rs.slaveOk();
DBQuery.shellBatchSize = 1000;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.
- Don't see your idea?