Skip to content

Share your ideas with us

677 results found

  1. Save unsaved queries and reload them on next start

    I tend to have many query tabs open at any given time and if I need to restart (or simply close) Studio 3T, it becomes a chore to save them all. Some are temp queries that do not deserve a permanent file.

    Is it possible to add a feature where tabs will simply reopen as they were prior to closing the app? Similar to the experience one gets when restarting Chrome browser.

    Thanks!

    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)
  2. Support ChallengeResponse ssh logins

    Some organizations use two-factor authentication on their unix systems. For those that require mongo access to non-servers go this route, there's currently no support. It would be great if you could support the ChallengeResponse type logins via ssh

    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

    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)
  3. Show "empty" databases with users only

    When I switch to a new database and create a user on it (using Intellishell), the database doesn't show on the left panel because it's kind of "empty" even if it's not.

    So if I :
    use testdb;
    db.createUser({"user":"test","pwd":"testtest","roles":[]});

    and then :
    use testdb;
    db.getUsers();

    I do have my user, but I cannot use MongoChef integrated users management to manage my newly created user.

    Additionally, in the "Users" button (and menu) is only available when a database is selected >> this means we can't create users for new (empty) database using anything else than the console.

    Thanks !

    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

    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)
  4. Ask for confirmation upon intellishell closing

    Ask to save when Ctrl-W closed in IntelliShell... I just lost 30 minutes of work... Anyway, Ctrl-W should close the tab it has the focus on (in my case, the results tab, not the whole tab).

    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)
  5. 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)
  6. 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)
  7. Add Studio 3t as URI handler in OSX

    It would be great if we could launch a mongodb url from a browser (Firefox/chrome) and have it load/auto-connect in Studio3t. We Programmatically spin-up/down databases with different connection strings and being able to one-click launch (commandline params?) would be wonderful.

    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

    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. Add one-time purchase option

    Would love to have the option of paying for the product once and use it forever instead of paying annually, even if it means I will not receive updates afterward that's ok.

    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)
  9. Allow scripts to prompt for/accept input/parameters

    Maybe you already do this, but it's hard to find the documentation.

    We often want to run the same, fairly complicated query with different parameters, on different databases (dev/staging/prod) & compare the results.

    There are a lot of ways you could support this - prompting for user input on script execution, or parameter fields above the script, or as per another suggestion, scripts that can call other scripts - so they could set initial parameters.

    Or you do support something like this but it's not clear.

    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. Expandable tab groups

    It will be nice having the ability to group tabs together like in Google Chrome. This kind of feature increases comfort and productivity.

    c.f. https://blog.google/products/chrome/manage-tabs-with-google-chrome/

    S3T is a good product. Keep it friendly ! ;)

    Regards

    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. Golang integration

    Hi 3T Team,

    First i want to think you for this great and amazing tools for mongo, the best one in the World.
    I just want know i f you will integer golang in the queryCode result as this language is really used now

    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

    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)
  12. Improve code completion

    I'm not going to give specifics, it's just that code completion in 3T is generally WTF, poor and nearly useless. Your product is the best pretty much in any other aspect but code completion it simply isn't at the same level. I expect more, especially considering the price. Just check for example NoSQLBooster for MongoDB, its code completion beats the pants down off 3T, so bad it's almost painful to watch.

    Come on guys, you can do better than that.

    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)
  13. Generate task scripts

    Tasks and Scheduler are very handy for prototyping. Would be even better if S3T could generate scripts for executing the tasks in test or production environments, and without requiring S3T to be running on a desktop at the time the scheduled task is to run. (Maybe a command-line S3T, or S3T task-runtime package?)

    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

    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)
  14. Improve the IDE with basic "standard" features (tab and wrap in quotes)

    I currently own version 5.3.5 and have been using Studio 3T since 2016 at the latest. One thing which is "minor" but keeps being a frustration is the lack of "standard" IDE functions which my other development tools have. It throws me every time I inadvertently attempt to use them in 3T and cannot.

    Indent Code. If I select a block of code and hit TAB I don't want to delete that block of code and replace it with a tab, I want it to indent it. and shift-tab to "De-dent"

    Quote wrapping. If I select some text and press…

    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)
  15. The projection fields order should be respected both in table view as in the order of field of the export dialog

    For everyday usage patterns, I find myself constantly having to organize the fields order, according to what I have previously set on Projection on the Exports dialog, this alone would be a huge improvement.

    Also as an analytical point of view, keeping the fields order according to projection on the Result pane (specially in Table View mode) would be hugely beneficial for users that really on this visualization for quick data browsing.

    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

    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. Password authenticate application access

    Add the option to require a password to access Studio 3T when first started up.

    This gives a 2nd layer of authentication to gain access to live databases. Currently if a user can access a machine with Studio 3T installed with saved connections then they get full access to the live database.

    Security improvement

    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)
  17. [BUG] Current operations "Kill Operation" buttom not working for sharding environment

    Using version 5.6.2. Taking the opid from the 3T screen and issuing a command in mongo shell db.killOp it actually kills the operation, meanwhile using the kill function in 3T studio does nothing. Older versions were working fine as far I can remember.

    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)
  18. Shift tab in script editor should shift line left

    When editing scripts in intellishell, formatting is tricky,
    so iy will be usefull of you can "shift-tab" on a line which should move the whole line one tab left, and "shift-tab" on a selected block should move the whole block one tab to the left.
    At the moment, shift-tab acts as a tab.

    First price, if you can bring the formatting style of Visual code to the editor it would be even better.
    It is afterall, just javascript.

    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)
  19. Collection-specific view

    Currently there's an option to bookmark specific query, which when selected will re-fill Query, Projection, Sort, etc. fields with previously saved values.

    It is a lot better than nothing, however it has several problems/limitations:
    - When you have multiple bookmarks for multiple collections it can become visually cluttered very quickly;
    - Same query can be applied to multiple collections, which isn't the use case most of the time;
    - Upon selecting bookmarked query an extra click on "Run" button is required;

    Understanding that current functionality has its usage cases as-is, I'd like to suggest adding collection-specific views.
    They would act…

    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)
  20. Add support for basic SQL group by operations and joins in the SQL Console

    I know that you are currently working on expanding the SQL support but if it had the ability to support count(*) and GROUP BY being translated into Aggregation Framework commands and support for joins via $lookup in the new SQL console support in 5.3 it would totally rule.

    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

    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