Helm-ls-vscode connects VSCode to helm-ls to provide autocompletion, linting, hover, Go-To-Definition and support to use yaml-language-server for helm charts. The extension bundles yaml-language-server and automatically configures helm-ls to use it.
Install the extension from either VSCode marketplace or Open-VSX
The extension will try to download helm-ls automatically.
A helm_ls (see getting Started) executable on your PATH will instead be preferred if found.
The kubernetes extension is a dependency for this extension and will be installed automatically.
The extension will automatically use the bundled yaml-language-server.
If yaml-language-server is found on PATH or helm-ls.yamlls.path is configured this will be used instead.
See the helm-ls readme for more info on yaml-language-server integration.
The extension can be configured via the helm-ls extension settings.
helm-ls.path(optional): Path to thehelm-lsexecutable- Server configuration as described in Configuration options
Contributions are welcome.
Just like helm-ls the extension is open-source software licensed under the MIT license.