Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Advanced YAML toolsNew to Visual Studio Code? Get it now.
Advanced YAML tools

Advanced YAML tools

Alexey Sobolenko

|
7 installs
| (0) | Free
Tools for better YAML development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

YAML tools

Tools for better YAML development

Features

  • Jump to %my_param% declarations in other YAML files.
  • Supports imported YAML files via imports: directive.
  • Navigate to environment variables:
    • %env(APP_ENV)%
    • %env(string:APP_ENV)%
    • ${APP_ENV} (Docker Compose style)
  • .env.local overrides are prioritized over .env.

Usage

  1. Open a YAML file.
  2. Ctrl+Click or press F12 on a %var% or ${VAR} reference.
  3. You’ll be taken to its declaration.

Notes

  • .env and .env.local are parsed automatically.
  • Duplicate keys in YAML may show a warning and skip parsing.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft