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

auto completion is not fetching values from _helpers.tpl

rammanokar opened this issue · comments

commented

auto completion is not working for values present in the _helpers.tpl.

_helpers.tpl

{{- define "nginx.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end }}


Example :
Completion from Pycharm Professional.

image

I will look into this as soon as I find some time 😊

@SAKTHIMAAN Added with release v0.8.0 😊