Share your ideas with us
656 results found
-
Separating intellishell and shell-output vertically
Two intellishell or 3 tab can be split vertically - but how to split the tab (such as intellishell) and the shell-output vertically?
This feature seem to be absent and will be good if possible...
4 votes -
Add a comma between documents when copying multiple docs at once from result tab
When you run a find request (for instance) and want to copy the whole documents (as JSON) and paste them somewhere, it would be nice to have a comma between the docs.
Now it's like that :
{...}
{...}
{...}And it would be great time saver if it was :
{...},
{...},
{...}Thx !
4 votes -
Confirmation box for closing the program while copying
In the situation where one is copying collections from, say, a remote database to a local db, the user can exit the application without a warning that the copying job has not finished yet. I thinks it would be fair to warn the user that some work is still in progress, so the user can decide if he/she indeed wants to close the program.
4 votes -
Allow Tab to work on a selection within Intellishell
When you've got a selection on a block of text in intellishell and you hit tab the content disappears or it would be great if this indented the whole selected block
4 votes -
Bug: Removing all collections from a databases throws an error box
When the last collection in a databases is removed (on Linux) an error is raised:
Title: Collection operation failed
Content: Database error:{ "serverUsed:" : "ip", "ns" : "namespace", "nIndexesWas" : nIndexes, "ok" : 0.0, "errmsg" : "can't drop system ns", "code" : 20}
The operation seems to succeed, though.
4 votes -
let the middle mouse button click on collection in explorer, open IntelliShell Tab
let the middle mouse button click on collection in explorer, open IntelliShell Tab. IntelliShel default input "db.<CollectionName>"
4 votes -
Allow custom initialization of IntelliShell
Allow custom initialization or settings for IntelliShell, for example, I always have to execute:
rs.slaveOk();
DBQuery.shellBatchSize = 1000;4 votes -
Similar feature from Mongoose (Populate)
Would be great if we had an option to populate ObjectIds (like Mongoose Populate or SQL join) as a feature for MongoChef.
Mongoose Populate:
http://mongoosejs.com/docs/populate.html4 votes -
Colour scheme
Provide more human readable colour scheme.
4 votes -
MongoChef: Remember last choice of options for "Follow reference" feature.
Store by the database + field path pair. Currently is is remembered only until you close the tab.
4 votes -
3 votes
-
Please do not write into the user home directory without explicit permission
Currently 3T writes settings and other things into the user home directory under
.3T
,.swt
and.cache
(on macOS; possibly different on other systems). This clutters the home directory and is therefore generally discouraged.On macOS specifically, Apple user interface guidelines dictate that settings should go into the folder ~/Library/Preferences, and cache files should go into ~/Library/Caches. Similarly, on Linux the generally agreed-on guideline is to adhere to the XDG Base Directory Specification.
3 votes -
view -> zoom -> 150 %
I would like a zoom function so that I can have everything in studio displayed larger.
Or a functionality like in most windows and browsers: Ctr+ ==> larger view3 votes -
Export Oracle SQL Subquery into Mongo Aggregation Query After Migration from SQL to MongoDB done
Hi Studio 3T Team,
I notice that this IDE have a powerful feature that can migrate from Oracle SQL Database into mongodb Database collection and can also using custom SQL Query code, but my point is
after the migration done we also want to see the mongo aggregation query that has been converted right after this migration process done, it will be more powerful if we have this kind of feature , can we have it ?3 votes -
Add Studio 3t as URI handler in OSX
It would be great if we could launch a mongodb url from a browser (Firefox/chrome) and have it load/auto-connect in Studio3t. We Programmatically spin-up/down databases with different connection strings and being able to one-click launch (commandline params?) would be wonderful.
3 votes -
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 -
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 -
3 votes
-
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 -
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
- Don't see your idea?