VS Code extension that highlights unused values in Helm values.yaml files.
- Automatically detects
values.yamlfiles - Scans corresponding
templates/directory for value usage - Highlights unused values with a curly underline
- Real-time updates as you edit
- Shows a diagnostic box when hovering over the highlighted code
Dark theme
Light theme
-
Compile the extension:
npm install npm run compile
-
Package and install:
npx vsce package code --install-extension helm-highlight-unused-values-0.0.1.vsix
Open any values.yaml file in a Helm chart. Unused values will be highlighted automatically.
code --uninstall-extension helm-highlight-unused-values
