Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>yaml-go-to-definitionNew to Visual Studio Code? Get it now.
yaml-go-to-definition

yaml-go-to-definition

Golovin Daniil

|
961 installs
| (1) | Free
This is a simple extension that allows you to go to the definition of a whatever in a yaml file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Overview

This extension for Visual Studio Code allows you to quickly navigate to the definition of a term within YAML files.
This is particularly useful when working with large YAML configurations, especially if you separate them into multiple files.

How does it work?

It simply takes the root of your project, compiles all YAML and YML files into one, and retains the original file and line position information.

Features

This extension currently supports definitions in the following formats:

.thing:

or

thing:
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft