Inspect in browser, click, then you will get its source code
in your local IDE, instantly.It's quick and easy to get started with some built-in plugins for most popular React frameworks.
Okay, it's also supported on StackBlitz, CodeSandbox, Gitpod, Replit,
GitHub Codespaces and other remote Cloud IDEs.The compiler's plugin
records source path info into component's react fiber.
The <Inspector/>
component reads the source info, sends it to the dev-server when you inspect elements on browser.
The dev server middleware
receives source path info from API, then call your local IDE/Editor to open the source file.
Yes, you can try the react-dev-inspector
immediately on this page by the button below!
Examples / Configuration / Built-in Plugins / API / Fully Controlled Usages ...
A lot of new possibilities to be explored.