Skip to content

VS Code extension that highlights unused values in Helm values.yaml files.

License

Notifications You must be signed in to change notification settings

jadefr/helm-highlight-unused-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Highligth Unused Values - Syntax Highlighting for Helm

VS Code extension that highlights unused values in Helm values.yaml files.

Features

  • Automatically detects values.yaml files
  • 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

Screenshots

Dark theme

Dark theme screenshot

Light theme

Light theme screenshot

Installation

  1. Compile the extension:

    npm install
    npm run compile
  2. Package and install:

    npx vsce package
    code --install-extension helm-highlight-unused-values-0.0.1.vsix

Usage

Open any values.yaml file in a Helm chart. Unused values will be highlighted automatically.

Uninstall

code --uninstall-extension helm-highlight-unused-values

About

VS Code extension that highlights unused values in Helm values.yaml files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published