Click any UI element to instantly jump to its React source code in VS Code. Perfect for React + Tailwind + ShadCN projects.
Everything you need to navigate your React codebase with lightning speed
Simply click any element in your browser to instantly jump to its React component in VS Code. No searching, no guessing.
Leverages React Fiber internals to accurately map DOM elements to their source components, even in complex component trees.
Beautiful blue outline highlights elements as you hover, with smooth animations and visual feedback on selection.
Toggle with Ctrl+Shift+P (Cmd+Shift+P on Mac). Shift+Click to select parent elements. Esc to close HUD.
Real-time communication between browser and VS Code via Socket.IO. Auto-reconnects if connection drops.
Optimized for modern React stacks. Works perfectly with Tailwind CSS, ShadCN UI, and other component libraries.
Get started in under 5 minutes
Install React-DomPicker Chrome extension and React-CodeBridge VS Code extension. Both are free.
Click the extension icon to activate. Hover over any element and click to select it.
VS Code instantly opens the exact file and line where that component is defined. Start coding!
Works with your favorite stack
Two extensions working together in perfect harmony
React-DomPicker
Open Chrome and go to chrome://extensions/
Enable "Developer mode" in the top right
Click "Load unpacked" and select the extension folder
Pin the extension to your toolbar for easy access
React-CodeBridge
Open VS Code Extensions panel (Ctrl+Shift+X / Cmd+Shift+X)
Search for "React-CodeBridge"
Click "Install" and wait for activation
Open your React project folder - you're ready!
localhost or 127.0.0.1Watch how React-DomPicker accelerates your development workflow
To add your demo video, replace the placeholder with your YouTube embed or upload a GIF
We're here to help you get the most out of React-DomPicker
Read the full documentation, explore code examples, and learn advanced features.
View on GitHub →Found a bug or have a feature request? Let us know on GitHub Issues.
Report Issue →React-DomPicker is open source. Contributions, stars, and feedback are welcome!
View Source →Yes! React-DomPicker works seamlessly with TypeScript projects. It extracts source information from React Fiber which includes both .jsx and .tsx files.
No, React-DomPicker only works on localhost and 127.0.0.1 for security reasons. It's designed exclusively for local development environments.
React-DomPicker works with any React-based framework including Create React App, Next.js, Vite, Remix, and more. As long as your app uses React, it will work!
Absolutely. All communication happens locally between your browser and VS Code via localhost WebSocket. No data is sent to external servers.