tim-koehler / Helm-Intellisense

Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml
https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense&ssr=false#overview
MIT License
1.6k stars 23 forks source link

auto completion is not fetching values from _helpers.tpl #23

Closed rammanokar closed 3 years ago

rammanokar commented 3 years ago

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

tim-koehler commented 3 years ago

I will look into this as soon as I find some time :blush:

tim-koehler commented 3 years ago

@sakthimaan Added with release v0.8.0 :blush: