Skip to content

Share your ideas with us

309 results found

  1. In the section Query code add php language

    In Query Code section add php language too so that it will make php developers task pretty easy. as there is huge demand for php mongodb collaborative work in Indian industry

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  2. BUG: checking for updates blocks the entire application and takes several minutes

    It takes several minutes to check for updates, if I'm behind a corporate proxy. IT SUCKS BIG TIME...

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  3. Fix your super ugly icon...

    Seriously... I feel like this was designed by a developer (and i'm a developer...), it's so freaking ugly that i've decided to file a bug request...

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  4. Dark Theme

    Dark Theme, please. The light theme is blinding.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  5. Task Scheduler in UI to run queries and extract results to specific location

    It would be awesome if there were a way that you could schedule a query to run and export the results to CSV/xlsx etc so that the info could be picked up by an ETL operation. Transferring Mongodb data into an environment that BI tools can interact with seems much more difficult than it needs to be and a tool like this would make your product significantly more valuable.

    I'd like to be able to create a task in studio 3t to be run at a specified time or according to a specified schedule (eg every x minutes between the…

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  6. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  7. Support better tabbing in Intellisense like standard IDEs

    When writing JavaScript code in the Intellisense editor, it is difficult to refactor code because you cannot select and entire section of code and hit tab or alt-tab to shift the section of code in our out. If you have a a for loop that contains 10 lines of code, you have to go to each line and hit tab for each and very line.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  2 comments  ·  Admin →
  8. macOS icon

    Change your icon on macOS. It's not even rounded. It sucks.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
  9. Generate aggregate query as pure JSON

    When we create an aggregrate query we can see a "Query Preview" which shows a JavaScript fragment that, when executed, will execute the request. However, what I'd like is the ability to see the query as a pure JSON document that can then be copied/pasted as pure JSON. For example, field names would need surrounding quotes.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
  10. What happen to the row-display for arrays?

    When I open an array on the table display, I now get some weird inline object-like display with index in weird order: 1,2,..,9,1,11,....19,2,21,.....

    Therefore it's impossible to browse my arrays! Since I have to open each elements one by one.

    Could you please tell me how to revert to the old 1-element-per-row displau?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  11. Read Only Mode

    One can already color production databases with a red color. But why not allowing them to connect as "read only" databases and ask before making a change?

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  12. copy path feature

    I use Robo3T as well and I can copy a field's absolute path as a option on right-click-popup-memu. But in Studio 3T, I haven't found it. I'd like to have that option. Thanks.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  13. Folder for Connection Manager

    I have several Mongo servers setup and my connection manager looks pretty cluttered, would be great to have a folder setup so I can organise my connections

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
  14. WHY DID YOU DO THIS

    Did you guys SERIOUSLY just force Studio 3T to be ALWAYS ON TOP???

    This is so annoying holy what a terrible decision. As a web developer, I don't need my database browser forced in front of my development windows and consoles! Revert this change or make it a toggle and OFF by default!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  15. UI & Design Improvments

    Love Studio 3T, but to be totally honest it looks like an application out of the 90's. Visually, this is not a pretty app. I would love a modern look & a cleaner design. Visual Studio Code vs WebStorm is a great example of a modern vs old looking app. Please, please, please put more work into the design of this app.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Admin →
  16. Support tabs navigation with default hotkeys on macOS

    Cmd+Shift+[ and Cmd+Shift+] are the default hotkeys for tabs navigation on macOS, it works practically everywhere (finder, browsers, terminals, IDE's, anything with tabs), but in Studio3T it doesn't work.

    I know there's Ctr+Up/Down, but would be nice if it was consistent with all other apps on macOS.

    Thanks.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  17. Test connection fails on replica Atlas

    But the actual connection works

    ERROR - Mongo Server error (MongoQueryException): Query failed with error code 8000 and error message 'cannot do raw queries on admin in atlas' on server cluster0-shard-00-00-iervr.mongodb.net:27017

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  18. Add a JSON formatter to the JSON editor.

    To properly format JSON into a human readable format (Multi-line with proper indentation), we are forced to copy the JSON into another tool for formatting and paste back in 3T studio. This applies to Multi-line Query Editor and Aggregation Steps.

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  19. Remove Ctrl+Q as a hotkey

    My other database IDE uses ctrl+Q to open a new Query... and I constantly close Studio 3T which drive me bonkers.

    Not sure how often people need to close it, but I'm hoping a hotkey isn't necessary.

    Thanks and great product!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  1 comment  ·  Admin →
  20. Allow Schema analysis queries to be edited and re-run

    Currently, if you need to re-run a Schema analysis with a slightly different query / ordering you need to start from scratch each time.

    Would be great if you could edit the parameters and re-run.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    completed  ·  0 comments  ·  Admin →
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base