Share your ideas with us
721 results found
-
Support ssh-agent if available
Would it be possible to support ssh-agent if available on a system?
5 votes -
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 -
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 -
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 -
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 -
compare two documents
For example you will check the differences between two documents in the same collection.
5 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 -
Default sort option
Every time I run a query, I press a button to go to the last page, which is very inconvenient.
It would be convenient to be able to set the default query result display in order of the most recent data.4 votes -
Use Smart Insert for quotes, braces, parentheses, etc.
Studio 3T seems to assume that when I enter text in the collection tab or Intellishell, I enter the text from scratch from left to right. So when I type an open brace or open quote it tries to "help" me by entering a close brace or close quote as the next character.
In fact, I usually paste some text into the editor (e.g. an ID or field value I want to search on) and then wrap the pasted text in quotes or braces. It's annoying to have to delete the character that was added in an attempt to help…
4 votes -
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 -
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 -
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 -
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 -
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 now4 votes -
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 -
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 -
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 -
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 -
Run from command line with specified query
We'd like to add a link from our custom application to view a document (or multiple) it in Studio 3T to edit the JSON etc.
Would be nice if we could run Studio 3T from the command line and specify a connection, database, collection and query.4 votes -
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 votes2020.5 is going to ship with a new feature, which may suffice for your needs. It should be out very soon! Keep an eye on our updates :)
- Don't see your idea?