Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Yaml Path ExtractorNew to Visual Studio Code? Get it now.
Yaml Path Extractor

Yaml Path Extractor

jtcontreras90

|
7,147 installs
| (3) | Free
Extracts the path to a YAML key
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

yaml-path-extractor README

Extension for copying the path to a key in a yaml file. This is specially usefull for I18n files.

Features

Demo

Requirements

This extension relies in the vscode API, so it needs another extension to define a Language Server Provider. For example, you could install this extension.

Extension Settings

This extension contributes the following settings:

  • yamlPathExtractor.pathSeparator: String used to separate the path parts. For example, 'path . to . your . key' Default is '.' (dot)
  • yamlPathExtractor.ignoreFilenameRoot: Ignore the root key if it matches the file name. This is usefull for I18n on Ruby on Rails. Default is true

Release Notes

1.0.0

Initial release of Yaml Path Extractor

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