Share your ideas with us
720 results found
-
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 -
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 -
Generate Schema to Collection via TASK
TL;DR There is a need for the ability to create tasks that will generate the desired schema documentation with the output being a MongoDB collection that can be used for tracking data improvements over time.
The greatest endeavor we continually face when working with clients on their data cleanup initiatives is the ability for us to report upon the improvements we have made to their data over time. Currently, these improvements can only be measured by a "PowerBI" report that is now aligning more with "their expectations".
We can generate the documentation we need on Schemas and save them in…
1 voteHi there, thanks for this feedback. It will be included in a future discussion for user comments.
-
Sort Bookmarks alphabetically
I have quite a few bookmarked queries. It would be nice if I could opt to have them sorted alphabetically instead of by last updated. This could be selected in the bookmark manager.
1 vote -
The Search open connections feature should keep history of searches
In Visual studio, pressing up or down when you do a global search, recalls previous searches.
It would be great if you can search for collections like that as well.You often re-search for collections and remembering what they were will be usefull.
1 vote -
3 votes
-
SQL subqueries
While this has been requested as part of other requests, I wanted to ask for this feature specifically. It would be a game-changer for me.
SELECT * FROM mytable
WHERE foreignKeyColumn in (SELECT _id FROM lookupTable)2 votes -
Save default export settings
Save default export settings so we don't need to specify CSV, Clipboard, Excel, Tab, etc... every time.
3 votes -
Shortcut or button to minimize the "Stage data" window
In the Aggregation Editor, I would like the ability to quickly minimize the "Stage data" window at the bottom, so that I have more space to see & write the code above. Currently, to make it smaller, the user has to click on the edge and drag it downwards.
1 vote -
1 vote
-
Allow discarding all open scripts
Currently, if you have multiple query tabsopened in Studio 3T (Free) on Linux, closing the program presents you with a dialog to Save Changes to file 'Script(1)' with options: 'Cancel', 'No, Discard' and 'Yes, Save'. Note that there is not option to 'Discard All'. My work often requires me to have multiple (>5) tabs opened simultaneously, which results in a somewhat annoying process of clicking 'No, Discard' many times. This problem made me stick with an older version of Robomongo (for now).
I hope this feature would not be too complicated to implement. Thank you!
5 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 -
Free Edition: Enable Single Document Editing
"Studio 3T took the decision to create a free edition of their tool suite to replace Robo 3T which matched the functionality and would be able to track future MongoDB developments."
Robomongo / Robo3T was the perfect set of functionality at no cost. Feels like the goal of matching functionality was missed by not having the ability to right click a document and edit the JSON (along with the validation Robo3T had). Critical enough of a feature that I'll be moving over to another tool until resolved.
1 vote -
emoji support in connection name
Currently, I can type emojis into the connection name field but they are replaced with '?' when I save it. I use emojis to quickly recognize things, instead of having to read & interpreted a label/title.
1 vote -
Add option to disable Syntax Check in IntelliShell
Unfortunately in version 2021.10.0 the IntelliShell was getting very bad and makes the editor useless when you have to work with longer scripts.
I don't expect an immediate solution for better code-folding and syntax highlighting. But a quick and easy fix would be an option to Enable/Disable the Syntax Check. Then I would disable it and could continue using Studio 3T.
Note, even the 30 years old VBA-Editor in MS Excel provides this option, it should be a rather small change in the code of Studio 3T.
2 votes -
Predefined queries with parameters
Let the user select for a collection a query with parameters.
Also let the user ctrl+click (or similar) on an attribute of a doc to open one of this queries with parameters (from this or other collection) with that clicked attribute as a parameter value.
For example:
On my 'orders' collection I predefine the query {_id: <param1>}
and on my 'users' collection, predefine that if I ctrl+click on a user attribute 'lastOrderId' it will open the 'order' collection and auto-run the query stated above with 'param1' being the value of 'lastOrderId'.2 votes -
Can the tool create a .sh for the linux console or can the application work from the web?
Can the tool create a .sh for the linux console or can the application work from the web? We need to know that the priority would be masking and it would be much faster to do it from the shell, and program it via cron, in addition to knowing if it performs sensitive data discovery.
1 vote -
2 votes
-
Remember Open/Closed State of Open Connections Tree on Reload
When working with multiple connections and performing a refresh or refresh all all connections return to an open state even though they ere collapsed. It is not efficient to have to collapse or scroll down to the connection and collections path in the tree after each refresh. Remembering the open/closed state of all connections would improve productivity.
1 vote -
Keep connection open while updating credentials
We use
vault
https://www.vaultproject.io/docs/what-is-vault to generate / manage authentication.
Userids and Passwords expire after 6 hours.
So we have to Edit Connection and enter new userids and passwords.
However, Studio 3T does not allow updating an open connection so we have to disconnect. This causes us to close all our query windows and scripts.
Which is a huge pain!!!Suggestion -- update connection info and refresh the same session so we do not have to save and start all open queries.
1 vote
- Don't see your idea?