In larger projects, I often found myself searching through multiple JSON files to figure out which key was rendering a specific piece of text. Global search works, but it’s slow and sometimes noisy, especially when keys are reused or structured deeply.
The idea was inspired by LocatorJS, which lets you click a component in the browser and jump to its source file. I liked that workflow and wanted something similar, but focused specifically on translation keys.
LocaterJs Link https://www.locatorjs.com/ in case u did not know it