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.67k stars 25 forks source link

Don't show array indices as keys #2

Closed marcfrederick closed 4 years ago

marcfrederick commented 4 years ago

Currently when accessing an array value, indices will be suggested as keys. A value defined as {"foo": ["bar", "baz"]} will lead to 0 and 1 being suggested after entering .Values.foo..

tim-koehler commented 4 years ago

fixed with version v0.2.2