Summary
Please show the component name in the Click node to locate popup (not only raw HTML tag path).
Current behavior
The popup mainly shows nested HTML tags like <div>, <main>, <nav>, etc.
Expected behavior
When selecting/inspecting a node, also display the corresponding component name (when available), for example React/Vue/Svelte component names or a best-effort label.
Why this helps
Seeing the component name makes it much faster to find the source file and debug large component trees.
Thank you :)
Summary
Please show the component name in the Click node to locate popup (not only raw HTML tag path).
Current behavior
The popup mainly shows nested HTML tags like
<div>,<main>,<nav>, etc.Expected behavior
When selecting/inspecting a node, also display the corresponding component name (when available), for example React/Vue/Svelte component names or a best-effort label.
Why this helps
Seeing the component name makes it much faster to find the source file and debug large component trees.
Thank you :)