Skip to content

Share your ideas with us

677 results found

  1. shortcut

    Custom shortcut keys

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Refresh all query tabs at once

    When validating data manually, it would be great to have multiple tabs be refreshed at once.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Better JavaScript support: ASI and multi var

    JavaScript makes use of automatic semicolon insertion (ASI), and there are only certain scenarios where they are required. The engine used for the shell integration does not support this, and says scripts are invalid without them.

    The same applies to multiple var declarations using commas

    var test1 = {}
    , test2 = new Date();

    Perfectly valid in engines such as v8, however the shell states

    2015-12-01T16:32:53.208+0000 E QUERY SyntaxError: Unexpected token ,

    I've moved from RoboMongo to MongoChef due to lack of support for Mongo v3, and this is something that I sorely miss.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Fast preview of collection statistics

    There are a lot of metrics for each collection ("staticstics" option). But it may be handful to show some most important stats (such as document count, size) for each collection in "runtime", without clicking "statistics" option. For example, Robomongo shows it on hover event.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. compare two documents

    For example you will check the differences between two documents in the same collection.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Integrated query preview for update/delete

    MongoVue integrates a preview option with its update and remove tabs. This is beneficial because, if you change your mind, you can alter your query and see the results without losing or accidentally deleting anything or want to do anything else.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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?)

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Mongostat integration

    Would be nice to be able to launch a window with mongostat running against a connection

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Treeview delete shortcut

    Use cmd + d to delete whatever is selected in the treeview (database, collection, etc..).

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 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.

    Example: http://s29.postimg.org/in7895ckn/B362c.png

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base