Does elastic search have a query manager?

Currently I am using sense when I want to query elasticsearch.
It is pretty complicated to build a query, manage them, and results are hard to display in a table.
(I usually copy to a json to csv tool which often helps a lot ).
Is there a tool/way to easily build and manage queries (with intelisense maybe) over elastic search?

You can check HEAD Plugin where you can create structured queries. I am not sure how better it is to sense though.

*HEAD: * https://github.com/mobz/elasticsearch-head

Hope this helps,