Handling for k8s/helm conditions
Answered
It would be nice if Idea would show start/finish of conditional in helm chart (and allow folding it). For example
```
{{- if .Values.my.value }}
- name: KEY
value: {{ .Values.my.value | quote }}
{{- end }}
```
With short conditions it's quite easy to manage, but with larger sections it's more difficult to notice start/finish of the conditional block
Please sign in to leave a comment.
Thank you for this suggestion. I created a new feature request on our issue tracker: https://youtrack.jetbrains.com/issue/IDEA-320547, and added you to the watchers list. You can vote for it to increase its popularity.
Oh, thanks for the submission and video/gif to ilustrate the issue! Awesome!
(voted)