I opened a Helm chart in IntelliJ and it's really neat, the Go Template plugin is substituting variable values in for their definition with this green highlighted background:
And when I mouse-over 80
it shows me the variable it comes from:
And then if I click on 80
in expands out the actual text of the variable in place:
But now that I've clicked on it, I can't figure out how to get IntelliJ to render the variable as 80
with the green highlighted background again!
How do I get IntelliJ to replace this go template variable with its actual value again?