Share your ideas with us
712 results found
-
Bind Save to Ctrl+S instead of Ctrl+Shift+S on Windows
In Studio 3T on Windows, for me, the File > Save > Save File action has a keyboard shortcut of Ctrl+Shift+S. That seems unusual. All the Windows editor apps I'm familiar with use Ctrl+S for Save. Ctrl+Shift+S is for "Save All", where I've seen it. I think that's pretty standardized, or at least a widely used convention. Maybe Save File should be Ctrl+S instead, in Studio 3T too?
I don't think I've customized my Studio 3T key bindings at all, so I think this is the default behavior.
This is as of Studio 3T 2024.3.1.
1 vote -
Disabling "highlight current line" in editor
In the IntelliShell editor, the current line (where the cursor is) is highlighted with a background color (orange), like in a lot of popular editors.
I'd like to be able to turn that off. I like a minimal coloring/highlighting theme in my editors, and I find the pretty-high-contrast, full-line current-line highlighting particularly distracting. I couldn't find anywhere to do this in Edit > Preferences, including Appearance > Colors or Tools > IntelliShell, where I'd expect something like this.
Maybe you could add a control for this?
This is as of Studio 3T 2024.3.1.
1 vote -
1 vote
-
BSON Query format
Please provide a detail document for BSON Query format that would little help full
1 vote -
Make a lite version of Studio 3T
i found opening studio 3T take some time to load on low end device , please make a lite version of it to speed up the process
1 vote -
Need to improve editor accessability
Can't work with big query statements because 14" screen laptop, I need to scroll more.
1 vote -
If we edit the fields in an index, suppose we remove a field from the index, name is not getting updated.
If we edit the fields in an index, suppose we remove a field from the index, name is not getting updated.
Index name should get updated with the new fields or the only fields which are present in the definition1 vote -
Create a free version of Studio 3T
Create a free version of Studio 3T to popularize the use of the tool
1 vote -
Nas querys quando preciso dar manutenção eu preciso novamente indicar qual é o documento que estou fazendo a query.
Mostrar na query qual o documento que está conectado.
1 vote -
Allow rename and reorder of Export Units in an Export Task
I have an Export Task with multiple Export Units. I cannot rename the Export Units or reorder their tabs.
1 vote -
Enable the user to change the font size in the Collections Tab view
This is supported for the Intellishell, but not for the Collections tab. The font is way too small for me, and even when squinting and looking very carefully it's difficult for me to see whether I have a brace or a parenthesis or even any character at all in critical places of a query that I'm editing.
1 vote -
Third Party code repository
"I understand the application having its own repository of queries and aggregations; however, it would be very useful to be able to utilize a third-party tool (for our example, GitLab) to have our code, whether for execution or aggregations, in a central repository. This would greatly assist in code management as well as leveraging any implemented code versioning system.
1 vote -
Query field active while loading collection
I would love to have the query field active and be able to start writing the query while previous (empty {}) is still happening. I know it's only couple seconds but it makes a big difference in usability.
One other request would be if text is highlighted and I pres " it would wrap that around quotes.
Cheers,
Vilho1 vote -
Add text wrapping on selection for special characters
Selecting text and pressing ' or " or ` or { or ( or [ should wrap the selection in those characters, instead of replacing them with the character.
1 vote -
Support copy/paste from Script History
The "Script history and script browser" is a modal form, this makes it cumbersome to use. The Script history stores only single commands.
If you like to use multiple commands, then you have to copy the script from Script preview, close the form and paste the code into IntelliShell. Then open Script history again, scroll down, find next command, copy next command from Script preview, close the form, paste it into IntelliShell and so on.
When you click on "Load" then the current IntelliShell is cleaned and your existing code is deleted. You cannot select more than one command and…
1 vote -
Query Code for Python 3 without unicode prefix
When generating query code for Python in the aggregation editor, it generates Python 2 syntax for Unicode strings (u"$match").
There should be an option to also generate for Python 3 without these prefixes (since Unicode strings are now the default).
1 vote -
Put the exact match at top of the search results in the collection search.
I have a collection called "consumer" and a lot of other collections with the name that includes "consumer" in the middle ("consumer", "appconsumer_profile", ...").
And when I search "consumer" in the search bar other collections take the first results as they are lexicographically higher order, making me have to scroll down to get to my collection. IMO exact matches should take the top spot.
1 vote -
Find usages
It would be great to be able to right-click on any collection or view and "find usages." This will inspect the aggregation pipelines in the database, look for any use of the collection or view, and display the list of results. For example, here are places to look:
- A collection is the "View on: [collection]" for a view.
- A collection / view is used in the $lookup stage of a view via the "from" field.
- A collection / view is used in the $unionWith stage of a view via the "coll" field.
This will help developers learn about it's dependencies…
1 vote -
loading icon appears in middle of dual monitor instead of middle of main monitor
Currently, if you have dual monitors and load Studio 3t (ubuntu) the loading banner appears in the middle of the full view, hence half on one monitor and half on the other, instead of in the middle of the monitor it will open
1 vote -
Separate settings for initial page size and query result size
Appearance and behavior > Appearance > Table, Tree and JSON views > Initial page size when showing result documents
The above already exists but the minimum value is 1. This is problematic for developer experience. Setting it to 1 will remedy the issue of loading collections with large documents, but every other collection will also only show one result. The user story would be to increase the number in the dropdown.
The proposal is that either:
- an option to not load any data initially but still have default query result size
- separate settings for initial load result size…1 vote
- Don't see your idea?