This Visual Studio Code (VSCode) extension enhances your workflow by allowing you to see provide values in Vue components. It tracks ancestor components providing values and presents that information directly in your editor (needs to be imported).
The extension is aiming to fix a real problem of mine, missing parent provide(s).
Limitation: The provides from node_modules will be ignored for performance.
Features
Discover Provides
Identify which ancestor components provide values to the current Vue component.
Real-Time Updates
Automatically adapts when Vue files are created, modified, or deleted.
Editor Decorations
Adds decorations to Vue files with hoverable content to display provide values.
Smart Syntax Parsing
Supports both object-based and function-based provide declarations.