AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Add a toggle to format script sources in result window #153

Open tomekred opened 1 month ago

tomekred commented 1 month ago

Is your feature request related to a problem?

When displaying the script source using GET /_scripts/<name_of_a_script>, the source of a script is not formatted - it is displayed in one line as escaped string. elastic_escaped

When doing the same in Kibana Dev Console, the response is already formatted, which is very convenient, but outside the IDE. elastic_dev_tools

Describe the solution you'd like

I would like to have a toggle button (or some checkbox in settings) that would allow me to turn on the formatting of a source in a script in similar way as in Kibana Dev Tools.

Additional context

I have a growing list of scripts in elasticsearch instance which needs to be tuned every now and then and also scripted fields that would be much more readable if there would be formatting applied.