A Visual Studio Code extension that provides environment variable peeking functionality for YAML files.
Features
Environment Variable Hover: Hover over ${VARIABLE_NAME} or ${env:VARIABLE_NAME} in YAML files to see the actual value from your .env files
Definition Navigation:
Command+Click (Mac) or Ctrl+Click (Windows/Linux) on environment variables to jump to their definitions
Click on the file path in the hover message to open the definition file
Multiple .env File Support: Searches for environment variables in all .env files (including .xxxenv) from the current directory up to the workspace root
Clear Feedback: Shows a warning message when an environment variable is not found
Usage
Open a YAML file containing environment variable references
Hover over ${VARIABLE_NAME} or ${env:VARIABLE_NAME} to see the value
Use Command+Click (Mac) or Ctrl+Click (Windows/Linux) to jump to the definition
Click on the file path in the hover message to open the definition file