A React dev tool that lets you click on any component in the browser to open its code in your IDE.
Don't know every corner of your codebase? Find any component faster than ever.
Click on component ➡️ change code ➡️ check changes ➡️ and repeat by clicking on another component 🔁
LocatorJS comes in two variants. So which variant to choose?
Easy to setup
No need to modify build steps
Get Chrome ExtensionSetup once for whole team
Works in all browsers
More precise targeting
Go To Setup InstructionLocatorJS is Open source (MIT license). You can help by making a pull request by creating an issue or just by spreading the word.
Get more info on other sites.
LocatorJS is a Chrome Extension that lets me click on a component that I see on my locally running app and open its code in my VSCode. With just one simple click.
I am a full-stack/React dev, and I like to explore and build various dev tooling to improve my productivity. Recently, I was trying to solve one simple problem