📍 JSON+YAML+Path (copy paths inline)Never get lost in nested data again. This extension provides a real-time "breadcrumb" directly above your cursor, allowing you to identify and copy property paths in JSON and YAML files instantly. ✨ Features
🚀 How to Use
JSON Example
YAML Example |
| Language | File Extensions |
|---|---|
| JSON | .json, .jsonc, .tsconfig, .bowerrc |
| YAML | .yaml, .yml |
⚙️ Extension Settings
This extension is designed to be "zero-config." However, ensure that CodeLens is enabled in your VS Code settings:
editor.codeLens: Must be set totrue(default).
📝 Release Notes
0.1.0
- Initial release.
- Added support for JSON/JSONC and YAML.
- Implemented cursor-tracking CodeLens provider.
- Added "Click-to-Copy" functionality with clipboard integration.
🤝 Contributing
Found a bug or have a feature request? Please open an issue on the GitHub Repository.
Enjoying the extension? Consider leaving a review on the Visual Studio Marketplace!

