Share your ideas with us
711 results found
-
compare collection validators, indexes
Add the ability to compare collection validators and indexes as well as data.
1 vote -
Query formatting: Provide configuration options / extend formatting behaviour
Like word-wrap/line-length, quote-style, indentation width, trailing commas etc.
Examples:
- https://beautifier.io/
- https://prettier.io/playground/2 votes -
add filter to connection manager
add a filter to display only the databases I want to see/use.
1 vote -
show matching docs in compare
add the option to display:
1. just docs with deltas
2. just docs without deltas
3. all docs1 vote -
Provide the ability to schedule the execution of MongoDB queries in Tasks
Run MongoDB queries as a part of Tasks in Studio3T
2 votes -
Favorite tabs/collections
I work on maybe 5-10 databases - each one with many collections.
However, I frequently use a few of these collections all the time.
Instead of having to navigate to these collections every time, it would be helpful to be able to mark these collections (or tabs) as favorites.1 vote -
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 -
Provide some config option to set collection lock/unlock
For production environments, it can be useful if i can set the default lock/unlocked (read-only status) collection editing behavior
1 vote -
Generate Java/JavaScript/Python/Ruby/PHP/C# code for insert, update, delete operations
The Update dialog and the Delete dialog currently only generate the filter and update spec documents. It would be great if we had an option to generate code in Java/JavaScript/Python/Ruby/PHP/C# for insert, update, and delete operations.
2 votes -
Indicate query result size
It would be nice to have a indication of the (average) result size of a query / aggregation.
Sometimes a query may be (or look) fast, but has some deeply nested result or single items with huge amount of embedded items.
When fetching the first 50 items in a result, Studio3t could display: "Avg. line size: 1234 bytes, page size: 61.700 bytes".
When clicking "count documents" (eg. 456 documents), there could be a "Approx. result size: 550 kiB".This way a developer can approximate, how much traffic a query will generate and take this into account, eg. by adding projections,…
1 vote -
Show connection details for historic queries
On the query history window that shows previous queries, also show the connection that they were run against, optionally the default database as well.
1 vote -
Column operations in Table View
When displaying query result as "Table View", I cannot select documents by columns.
for example, when the query result is shown as Table View, many columns shown, like name, age, address, email...etc
however, I would like to ONLY select and copy "name" and "age" fields for every documents.
After copy, I can paste copied values to google doc or excel or as text for further processing1 vote -
I suggest you don't remove unused query clauses from the query if you hide and re-show the visual query builder
If i enter a query in the visual query builder, then uncheck one of the conditions, then hide the query builder, it removes the unchecked conditions. I expect all the conditions to be there still, I might have just hidden it to get a wider view of the data.
2 votes -
Display Docs-and-Keys Examined, nReturned in Explain-with-execution-statistics
The Studio 3T explain (with executionStats) feature does not show the totalDocumentsScanned, totalKeysScanned, and nReturned fields, and only shows the execution time for each stage. It would be great if we could at the very least see this information in the tooltip (on hovering with the mouse).
1 vote -
Automatic convert from csv to array
Hi guys, I am really exited your product, it saved me so many hours.. thank you a lot
It would be great to have feature for automatic convert csv to array for $in find operator. For instance, now i have a big csv and i need to enrich every row by data from database. I can't just pass all this rows to studio 3t coz $in operator requires array.
1 vote -
Run a background command on connect
Would be very usefull to be able to run a command in the background before connecting, so we could run a port forwarding script automaticaly.
Ex:kubectl port-forward service/mongodb 27018:27017
1 vote -
Remember last export options such as source, format (in the wizard), delimiter, record separator (in the export unit).
Remember last export options such as source, format (in the wizard), delimiter, record separator (in the export unit).
Or maybe better to have a "Do not show this again" checkbox and re-use the last selections by default.1 vote -
Readability in black theme issue in Linux (ubuntu 20.04)
Please please please please please fix the color theme of Studio3t in Linux (Ubuntu 20.04) distribution. It's very difficult to read anything with the dark theme. My system theme is black and even if I select the light theme in Studio 3t it doesn't work. It really hampers the UX of your product and would be appreciated by many developers if you fix this issue.
Also I have a paid license and having these type of bugs is really annoying.1 vote -
Add option to snap connection tree to current tab
In some IDEs, there's an option to snap/scroll the left hand pane (files/projects etc) to the relevant item when you change tabs on the right hand side.
In the Studio3T context, this would mean:
- You change tabs (with the new setting / preference on)
- The connections pane highlights and scrolls to the collection / server for the newly selected tabThis would be useful, for example if you have multiple servers open, with multiple connections in each.
2 votes -
1 vote
- Don't see your idea?