intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

Editor: allow to switch yaml content from values in quotes to values without quotes

Open adietish opened this issue 8 months ago • 0 comments

Currently cluster resources are displayed as yaml that has values in quotes:

app.kubernetes.io/name: "openshift-quickstart"

Yaml values can be provided without quotes though:

app.kubernetes.io/name: openshift-quickstart

It would be handy if there was a way to switch from one display mode to the other one in the tooldbar of the editor.

adietish avatar Feb 27 '25 10:02 adietish