{"id":13821732,"url":"https://github.com/tim-koehler/Helm-Intellisense","last_synced_at":"2025-05-16T14:34:34.703Z","repository":{"id":38338894,"uuid":"268162878","full_name":"tim-koehler/Helm-Intellisense","owner":"tim-koehler","description":"Extension for Visual Studio Code - Intellisense in helm-templates from the values.yaml","archived":false,"fork":false,"pushed_at":"2025-05-03T14:14:52.000Z","size":3214,"stargazers_count":1915,"open_issues_count":15,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-15T17:05:07.373Z","etag":null,"topics":["autocomplete","helm","helm-intellisense","helm-templates","intellisense","kubernetes","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense\u0026ssr=false#overview","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tim-koehler.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-30T21:31:32.000Z","updated_at":"2025-05-15T09:04:11.000Z","dependencies_parsed_at":"2025-05-15T17:05:10.372Z","dependency_job_id":"f262a67a-90c7-4771-8e3b-7777bf6879fa","html_url":"https://github.com/tim-koehler/Helm-Intellisense","commit_stats":{"total_commits":234,"total_committers":5,"mean_commits":46.8,"dds":"0.13247863247863245","last_synced_commit":"53f642ad384f9d7124d007ef39e6d0cdfa5f1bec"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2FHelm-Intellisense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2FHelm-Intellisense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2FHelm-Intellisense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-koehler%2FHelm-Intellisense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tim-koehler","download_url":"https://codeload.github.com/tim-koehler/Helm-Intellisense/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254470914,"owners_count":22076575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","helm","helm-intellisense","helm-templates","intellisense","kubernetes","vscode","vscode-extension"],"created_at":"2024-08-04T08:01:26.932Z","updated_at":"2025-05-16T14:34:34.652Z","avatar_url":"https://github.com/tim-koehler.png","language":"TypeScript","funding_links":[],"categories":["kubernetes","TypeScript","vscode-extension"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHelm-Intellisense\u003c/h1\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n\r\n![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/Tim-Koehler.helm-intellisense?style=flat-square)\r\n![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/Tim-Koehler.helm-intellisense?style=flat-square)\r\n![GitHub Repo stars](https://img.shields.io/github/stars/tim-koehler/Helm-Intellisense?label=GitHub%20Stars\u0026style=flat-square)\r\n![GitHub issues](https://img.shields.io/github/issues-raw/tim-koehler/Helm-Intellisense?style=flat-square)\r\n\r\n### Extension to help writing Helm-Templates by providing intellisense\r\n\r\n![Demo Gif](https://imgur.com/pC2vuoN.gif) \r\n\u003c/div\u003e\r\n\r\n## Features\r\n\r\n- The `values.yaml` file of the chart will be read and evaluated automatically to provide intellisense.\r\n- Autocomplete will also work for all `Named Templates` defined in the any `.tpl` file.\r\n- Autocomplete for defined helm variables.\r\n- Compatible with Windows and Linux/Unix.\r\n- Support for custom named value files is provided (see settings section below).\r\n- Lint command to validate correct values templating and usage of NamedTemplates.\r\n- Support and autocomplete for `yaml` anchors and labels\r\n- The extension is compatible with the `Kubernetes` extension.\r\n- Working with language type `yaml` and `helm-template`.\r\n\r\n## Commands\r\n\r\n* `Helm-Intellisense: Lint` :       This command parses the currently active document and validates that all paths(like `.Values.foo.bar`) point to valid values.\r\n* `Helm-Intellisense: Lint Chart` : Equivalent to `Lint` command but for all files in the chart of the file that is currently active.\r\n\r\n## Settings\r\n\r\n| Setting                                   | Description\r\n|:------------------------------------------|:----------------------------------------------------------------------------------------\r\n| `helm-intellisense.customValueFileNames`  | Defines list of possible files containing values\u003cbr\u003e(default: `values.yaml`)\r\n| `helm-intellisense.lintFileOnSave`        | If set to `true` the `Helm-Intellisense: Lint` command will be executed on save (default: `true`)\r\n| `helm-intellisense.excludeFromLinting`    | Define a list of filenames which should be excluded from linting.\u003cbr\u003e Wildcards are also possible (Example: `*.gotmpl`)\r\n\r\n## Multiple value files (overriding)\r\n\r\nWhen mulitple value files are defined they are parsed from the bottom up:\r\n```json\r\n\"helm-intellisense.customValueFileNames\": [\r\n    \"prod-values.yaml\",\r\n    \"dev-values.yaml\",\r\n    \"values.yaml\"\r\n]\r\n```\r\nIn this case values will be overwritten/merged by dev and dev by prod. This also means that the linter will only throw an error if a certain key is not found in any of the specified files.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-koehler%2FHelm-Intellisense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftim-koehler%2FHelm-Intellisense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-koehler%2FHelm-Intellisense/lists"}