Skip to content

Share your ideas with us

711 results found

  1. Persist open query tabs with associated db connections between relaunches

    I don't want to save scripts manually - there are rarely something to reuse as-is.
    But I don't want to reenter similar requests from scratch either.
    It would be optimal for me to keep "always opened" snippets for different kinds of similar queries for different dbs.

    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)
  2. 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

    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)
  3. 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Save default export settings

    Save default export settings so we don't need to specify CSV, Clipboard, Excel, Tab, etc... every time.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Set default export/import folder

    On Windows, instead of defaulting the export/import folder to be the users documents folder, provide a configuration option to set the default folder.

    I lost count of how many times, I've filled up the C: drive because I only changed one export location of a multiple collection export.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Autocomplete Aggregate pipeline stages in IntelliShell

    I use IntelliShell for all my aggregate query development. I always have to open an old query, visit mongodb.com or stackoverflow.com, or open your visual editor just to get the arguments for a $lookup and to remember whether a particular item should be quoted or not. Autocompletion would save me lots of time and even help me remember the syntax better with shorter code and try cycles.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

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

    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)
  8. Create a task from an existing script

    I Would like to have the possibility to convert any script (existing or new) into a task.

    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

    started  ·  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)
  9. Use proxy settings for IntelliShell

    If the database connection has a proxy setup IntelliShell does not use the same proxy and therefore fails to connect.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Improve "Multiline Editor: Text"

    for documents with text fields that may contain different string formats (like JSON or XML)
    1. Add WordWrap feature for multiline editor
    2. Add JSON view (syntax highlighting, Formatter & Validator, Compact/Uncompact)
    3. Add XML view (syntax highlighting, Formatter & Validator, Compact/Uncompact)
    4. (Optional) YML, Markdown (+preview), HTML (+preview)

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. I wish I could increase the font in the top of the query panel.

    It's way too small and I basically struggle every day to see the small font. colon vs semicolon is just hard to see.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. redeclaration of const

    If you run a script twice in intelli shell, and you use a cons x = 3, you cannot run the script again.

    [js] TypeError: redeclaration of const x :

    even if you change it to a var afterwards, it still produces that error.
    It seems that the context is kept between running scripts?

    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)
  13. Format code

    There is Format code command within IntelliShell window.
    Please add Format code into Aggregate view.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. add support for VIM key bindings

    It would be really useful to be able to write and edit Mongo queries in the IntelliShell using VIM key bindings

    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)
  15. Support --nsFrom --nsTo

    When using mongorestore from a BSON file it's important to be able to map potentially different DB names. Supporting the --nsFrom/To flags would allow that. Currently this is possible with 3T if you're using the BSON folder but not with the file.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. MongoDate format for csv export

    Hi,

    Please add posibiliti, to choise MongoDate export format, because excel don't recognize format like "2018-07-27T21:15:13.000Z" as datetime

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Reduce memory usage

    In my task manager I see the following usage for same data:
    - Studio 3T 5,785.4 MB
    - MongoDB GUI from MongoDBAtlas 507.9 MB
    - RoboMongo 0.9.0-RC4 218.9 MB

    Studio 3T even use my 4 CPU and is very slow on 16 MB documents. RoboMongo is still awesome so will keep it for a while. I was actually looking to buy Studio 3T. Why would I? It is slow and memory hungry.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Reorder columns in Table View

    Provide ability to move (drag and drop) columns so that you can have particular columns that are used to browse through the records (e..g order number) to be at the left hand side.

    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)
  19. Bold Monospace font for Query fields and others

    We should be able to select font for Query Inputs.

    The default is only way better on mac and ubuntu.

    Windows ... 😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭

    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)
  20. Change the surrounding colors with dark theme

    When using the dark theme the editor panels go black with white text.
    The rest of the background is white which is very bright and disorienting. The Database window on the left and the top nav things should also go dark to match the theme

    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

    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