Show HN: Ctrl and Click on text to jump to its translation key in VSCode
1 points
1 hour ago
| 0 comments
| chromewebstore.google.com
| HN
I built a small Chrome extension to make working with i18next translation keys easier during development.

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

No one has commented on this post.