Skip to content

Share your ideas with us

301 results found

  1. Bring back the ctrl+f keyboard shortcut for the query builder

    This previously existing keyboard shortcut stopped working after the latest update (2019.3.0)

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Support db.collection.estimatedDocumentCount()

    The home page claims "Full compatibility with current and legacy releases of MongoDB (MongoDB v3.0-4.0), so your estate is fully secure."

    https://docs.mongodb.com/manual/reference/method/db.collection.estimatedDocumentCount/#db.collection.estimatedDocumentCount was introduced in v4.0.3 and works fine from the mongo shell.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. intellishell can not generate php query code like query builder or aggregation builder gui?

    When I wrote javascript code like this bellow in intellishell,but I can't find query code tab anywhere?how can I get it?

    db.tester.find()

    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

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Restore Fullscreen when restarting on macOS

    I usually run studio in fullscreen on a separate space. When I restart the app (like for an update etc.) it doesn't restore fullscreen view.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Ability to toggle the top toolbar

    Hi the Studio 3T team. First of all thank you for your great work & effort!!!
    I'd like to have the ability to show/hide the top toolbar. It takes too many space. Most of the actions presented there can be done using the hotkeys or menu items.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. add "view document" to the current operations tab (and more)

    it's really frustrating to have to copy the document and paste it into a text editor.

    Why not have the same options one gets in a normal collection?
    - view document
    - show all / hide all embedded fields

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Allow find, project, and sort drop down selections to be able to be toggled on and off in Query Builder

    I really like the ability to use the drop downs to restrict your data down for analysis but there are times when I would like to temporarily turn that off to see more data. For example, let's say I have 15 keys in a document and I project it down to only the 3 I want. So I have 3 entries with include on them. Now if I want to take them out temporarily my only choice is to remove all the projection choices (or find or sorts) and then put them all back in. It would be great if…

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Add Copy/Paste or "Duplicate stage" to aggregation pipeline stages

    Hi, when experimenting with aggregations in the Pipeline tab it would be useful or time saving if one could copy & paste stages or even duplicate them, i.e. right-click on a stage and have "Copy stage", "Paste stage" or "Duplicate stage" options in the context menu perhaps grouped in a "Stage" submenu to make clear that they are operations related to the selected stage and different from operations related to the whole of the pipeline.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Enable autosizing of columns in the data grid

    Columns have too much white space, you could see more on the screen if they autosized.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Re-connect intelishell

    When returning to do something th econnection has been lost and it is not reconnecting like the other tabs

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Option to choose UUID representation in Json view

    It would be very helpful if we could have the option to have UUIDs rendered as eg. UUID("5e8e1f5b-8efb-4794-aa1c-10bad7d9e88a") rather than BinData(4, "Xo4fW477R5SqHBC619noig==") in the Json view (as they are in table view).

    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  ·  2 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Keyboard friendly

    The application in general isn't keyboard friendly, I often have to click on different fields in order to be able to press Enter to search, which can be very distracting if your work depends heavily on MongoDB.

    I am running Studio 3T on Windows.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Export/Copy as standard JSON

    Hello,

    I often find myself copy/pasting document from mongo json and need them in raw/standar json without any format qualifiers such as NumberInt() and ObjectId(), etc.

    I can't find a way to do this at the moment even with the latest version of studio 3t, so I end up wasting time in notepad++ with custom regexes to remove these qualifiers.

    It would be nice to have a "copy/export as standard json" open.

    Thanks

    3 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Allow for Cmd+[ and Cmd+] indent and de-dent in query editor.

    Allow for Cmd+[ and Cmd+] indent and de-dent in query editor. This or some other standardized variant is fine. (A "re-indent" command would also work well.)

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. option to disable autocomplete

    The autocomplete is too slow to be useful in a db with a lot of collections. I like the editor, but with the autocomplete it takes for ever to write a simple query.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. make autocompletion in intellishell optional

    I'm building an aggregation by hand in IntelliShell as it's easier for me to work through something quickly that way before moving into the aggregation UI. Every time I type "{", it tries to autocomplete the aggregation command, even though I'm trying to build a document or aggregation stage inside an aggregation already. This completely disrupts my coding as it autocompletes automatically and messes up my code entirely and I have to "undo" it back out. Frustrating. It'd be great to be able to disable autocomplete if it's getting in my way rather than trying to work around it constantly...

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Add a 'Toggle Comment' feature to code editor

    Highlight some code and hit a keystroke (say '[Ctrl/Cmd]-/') to toggle a '//' at the beginning of each highlighted line of code, effectively deactivating it.

    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  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Customizable Keyboard Shortcuts

    It would be awesome if you allow users to edit / include their own Keyboard Shortcuts on all platforms for things like editing JSON / viewing JSON / Switching tabs, etc...

    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

    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base