Show Yaml Placeholders By Default
Answered
Hello - I am running IntelliJ Ultimate 2020.1 on MacOs.
When an yaml file is opened, rather that displaying the placeholders it displays the values.
Is there a way to show the placeholders by default?
E.G
Placeholder :
namespace: {{ .Values.namespace }}
Rather than:
namespace: dev
Thank you :-)
Please sign in to leave a comment.
Hi Sweeny,
YAML can be used in many situations. Which specific case are you referring to? What kind of project do you have?
Also, please clarify what kind of placeholder it is and how it is used in your project.
When using Helm yaml files for example in a Terraform project.
How do I expose the placeholder rather than the values?
I found this post which offers the solution
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360007837900-How-do-you-toggle-template-interpolation-in-Helm-chart-templates-