First of all, thanks for the amazing work!
I switched to VSCode few months ago from PyCharm (JetBrains), and working with helm sub charts is the only reason I have to go back to my previous IDE.
It would be great if helm-intellisense have the below features:
- Ability to
navigate down the values I override.. Please see below, when I overide a value from sub-chart, PyCharm displays via arrow the value I override. Typo = no arrow, so I can fix. Also, I can quickly navigate and check original by clicking the arrow.
- Ability to
navigate up the value I override.. Please see below, when I overide a value from sub-chart, PyCharm displays via arrow the values that I override. This is invaluable to quickly view what values has changed from the original.
- Ability to view subchart .tgz content. As you can see below, PyCharm automatically expands .tgz file contents. I know I could untar / delete when done, but the below would be really convenient.

First of all, thanks for the amazing work!
I switched to VSCode few months ago from PyCharm (JetBrains), and working with helm sub charts is the only reason I have to go back to my previous IDE.
It would be great if helm-intellisense have the below features:
navigate downthe values I override.. Please see below, when I overide a value from sub-chart, PyCharm displays via arrow the value I override. Typo = no arrow, so I can fix. Also, I can quickly navigate and check original by clicking the arrow.navigate upthe value I override.. Please see below, when I overide a value from sub-chart, PyCharm displays via arrow the values that I override. This is invaluable to quickly view what values has changed from the original.