📢
New IntelliJ/Android Studio Plugin Released: Resource Locator
We’ve just released a new IDE plugin —
*
Resource Locator* — designed to improve the developer experience when working with localization in
Compose Multiplatform projects.
🔧
Key Feature:
This plugin enables navigation from Res.string.some_key
directly to the corresponding entry in strings.xml, rather than into the generated Res class.
This works seamlessly with Ctrl+Click (or Cmd+Click on macOS) in
IntelliJ IDEA and
Android Studio.
📈
Coming Soon:
• Support for additional resource types (e.g. Res.color.
, Res.drawable., etc.)
• Compatibility with the
K2 Kotlin compiler frontend
📌
Also, if you haven’t yet:
Check out our previous plugin for handling localization in Compose Multiplatform:
📝
Compose Multiplatform Localization Plugin – Simplified Multilingual Support
Give it a try, and feel free to report feedback or issues.
Happy coding!