Share your ideas with us
637 results found
-
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 -
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 -
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 -
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 -
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 -
6 votes
-
Viewer for binary data.
Would be great, to have a viewer for binary data. E.g. something where we can select the encoding (UTF8 should be a good default) and perhaps the viewer (JSON, plain).
1 vote -
when closing export tab, return to tab that was exported
When working with several tabs open, I often export query results from certain tab, but when I close the export tab, studio doesn't return to the tab that I've exported results from, but to the tab which is nearest to the export tab
1 vote -
Aggregation editor stage operator autocompletition
Aggregation editor -> new stage -> Default stage is $match.
When you click to the the select list field, you have to always start with the$
character and write the starting letter of the operator name, to "complete it" with down arrow press.All the stage operators begin with
$
character so it will be nice if you'll be able to autocomplete just with the beginning letters, and add the$
character on the background.Example:
writing
gro
press down arrow
in the input appears$group
.I know this is the cherry on the pie, but i see…
1 vote -
Pricing could be based on usage.
We currently use Studio 3T to support some legacy projects that require us to open Studio 3T once every couple of months. For current use, licenses do not "pay off" for us.
We are happy to contribute. However, it would help us if you had a more flexible pricing option, say 1USD per hour of usage for this usage pattern.
We will open new projects that use MongoDB as a data storage backend and hopefully we will use Studio3T more.
1 vote -
Open scripts without need to select the collection every time.
Having an option to open a script without selection a specific collection will be really useful.
1 vote -
3 votes
-
Databases panel on the left focuses/switches to currently open collection tab
Database and collections pane automatically focuses/switches to whatever tab(collection) is currently open. This is really helpful when there is so many databases and tabs open
1 vote -
Databases panel on the left focuses/switches to currently open collection tab
Database and collections pane automatically focuses/switches to whatever tab(collection) is currently open. This is really helpful when there is so many databases and tabs open
1 vote -
Save default export settings
Save default export settings so we don't need to specify CSV, Clipboard, Excel, Tab, etc... every time.
2 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 -
make the app work in wayland sessions on linux.
currently the app only works well on x11. when I switch to wayland the title bar becomes large and weird and the app registers random clicks on the top left corner even when I click on an item in the table view.
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 -
Bookmarks synced with .js files
it would be nice if saved bookmarks from a query saved on a file stay synced on changes.
Ex.
Open file myquery.js
add the script to bookmark
update the file with some fix
select the bookmark and it has the new fix1 vote
- Don't see your idea?