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.
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 be preferred if found.
The kubernetes extension is a dependency for this extension and will be also installed.
Important
You will also need yaml-language-server installed on your system for all features. See the helm-ls readme
The extension can be configured via the helm-ls
extension settings.
helm-ls.path
(optional): Path to thehelm-ls
executable- 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.