Skip to content

Share your ideas with us

678 results found

  1. export aggregation pipeline to diver formats (e.g. pymongo)

    I use the aggregation screen to test pipelines but then I implement them in pymongo. At the moment I copy the js to the clipboard and then do some find and replace to get the correct syntax. I often make mistakes and it would be really useful to just export the pipeline in the native pymongo format.

    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)
  2. Separating intellishell and shell-output vertically

    Two intellishell or 3 tab can be split vertically - but how to split the tab (such as intellishell) and the shell-output vertically?

    This feature seem to be absent and will be good if possible...

    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)
  3. 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

    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)
  4. Confirmation box for closing the program while copying

    In the situation where one is copying collections from, say, a remote database to a local db, the user can exit the application without a warning that the copying job has not finished yet. I thinks it would be fair to warn the user that some work is still in progress, so the user can decide if he/she indeed wants to close the program.

    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)
  5. 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

    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)
  6. 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)
  7. 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)
  8. 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

    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)
  9. Similar feature from Mongoose (Populate)

    Would be great if we had an option to populate ObjectIds (like Mongoose Populate or SQL join) as a feature for MongoChef.

    Mongoose Populate:
    http://mongoosejs.com/docs/populate.html

    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)
  10. Colour scheme

    Provide more human readable colour scheme.

    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)
  11. 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)
  12. Please do not write into the user home directory without explicit permission

    Currently 3T writes settings and other things into the user home directory under .3T, .swt and .cache (on macOS; possibly different on other systems). This clutters the home directory and is therefore generally discouraged.

    On macOS specifically, Apple user interface guidelines dictate that settings should go into the folder ~/Library/Preferences, and cache files should go into ~/Library/Caches. Similarly, on Linux the generally agreed-on guideline is to adhere to the XDG Base Directory Specification.

    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)
  13. view -> zoom -> 150 %

    I would like a zoom function so that I can have everything in studio displayed larger.
    Or a functionality like in most windows and browsers: Ctr+ ==> larger view

    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)
  14. Export Oracle SQL Subquery into Mongo Aggregation Query After Migration from SQL to MongoDB done

    Hi Studio 3T Team,
    I notice that this IDE have a powerful feature that can migrate from Oracle SQL Database into mongodb Database collection and can also using custom SQL Query code, but my point is
    after the migration done we also want to see the mongo aggregation query that has been converted right after this migration process done, it will be more powerful if we have this kind of feature , can we have it ?

    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

    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)
  15. Persist open query tabs with associated db connections between relaunches

    I don't want to save scripts manually - there are rarely something to reuse as-is.
    But I don't want to reenter similar requests from scratch either.
    It would be optimal for me to keep "always opened" snippets for different kinds of similar queries for different dbs.

    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

    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)
  16. Add syntax highlighting for template literals (backticks)

    This code runs fine, but the template literal is not highlighted properly:

    var world = "World";
    print(Hello ${world});

    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)
  17. 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)
  18. Autocomplete Aggregate pipeline stages in IntelliShell

    I use IntelliShell for all my aggregate query development. I always have to open an old query, visit mongodb.com or stackoverflow.com, or open your visual editor just to get the arguments for a $lookup and to remember whether a particular item should be quoted or not. Autocompletion would save me lots of time and even help me remember the syntax better with shorter code and try cycles.

    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. Support official Golang MongoDB Driver for Query/Aggregation code generation

    It would be great--and a solid reason for me to upgrade my license--if Studio 3T fully supported the official Golang MongoDB driver for Query/Aggregation code generation. I'm currently struggling with translating a pipeline that works perfectly into working Golang code and it would be worth it if I could see what your IDE would do with it.

    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

    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. Create a task from an existing script

    I Would like to have the possibility to convert any script (existing or new) into a task.

    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

    started  ·  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)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base