mongosh should be its own tab at the top with output options
I hate how mongosh is at the bottom. It makes it rather hard to see the results as it involves lots of scrolling, I end up having to write a js file and using mongosh
in the terminal.
It would be good if it was it's own tab at the top and give options to view the output differently.
The best example I can give is how the robo3t does it. When the data can't be viewed as a tree or table, it just outputs it in text mode.
Something like this is super handy for developers and makes it easier to do things like write an aggregate query that we can directly copy to/from an actual application. While the aggregate feature in compass is ok, it's not an exact match on how we would write it in code.