tim-koehler / Helm-Intellisense

Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml

Home Page:https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense&ssr=false#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement proposal - Show actual resolved values

TalZiv opened this issue · comments

Hi,

Great plugin, really helps out in writing templates.
Would it be possible to show the actual value from Values.yaml?

example:
{{ .Values.global.services.docker_registry_port }}

to show the actual port number in some form, preferred way would be in the intellisense pop-up or maybe right click?

Thanks,
Tal

Hey @TalZiv,
glad you like my work ☺️

This value preview feature is already part of the extension as you can see here
Example
You may have to click on a little arrow on the suggestion to see the value

Thank you for the quick reply, I missed the small ">" by the property name or ctrl+space that extends and shows the content of the value
image

Again thank you!