Closed as not planned
Description
I didn't find a suitable place to open feature request of react devtools.
We're developing a babel plugin to inject a useDebugValue
into every component so that developers can immediately see the source file path of inspecting component like:
We are expecting this file://
url clickable and open the default code editor on clicked, like those image urls in DOM panel:
This can be a helpful feature to help developers quickly location source files, stackoverflow questions and more