helm-ls icon indicating copy to clipboard operation
helm-ls copied to clipboard

⎈ Language server for Helm ⎈

Results 18 helm-ls issues
Sort by recently updated
recently updated
newest added

Would be great to add the support of this wrapper Which is mostly the same syntax as helm http://github.com/helmfile/helmfile

enhancement

From a hover window: ![image](https://github.com/user-attachments/assets/322e8aa2-38c5-41d3-a168-dbeede5bce42)

This allows using the following of the dependency charts: ### template files - you can use hover/go-to-definition on includes of dependencies e.g. `name: {{ include "common.names.name" . }}` ### values...

Sadly this does currently not work for the first file you open because yamlls is only started after getting the configuration and the document symbols request comes before that.

The plan would be to support the following for values.yaml file: * autocompletion * go-to-references