:loudspeaker: New IntelliJ/Android Studio Plugin R...
# feed
n
📢 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!
👌 7
🤩 2
c
This was something that I had in my mind as well 😅 Well done.
👍 1
j
Sweeet! 🥳
👍 1
n
@Chiranjeevi Pandey it is apache licence, feel free to fork or contribute on repository, make issues, suggestions 😄 https://github.com/hyperether/compose-multiplatform-res-locator
👍 1
h
problem with k2 compatible when install
n
Yes, i know. It will be solved in next release, it will be next week.
b
Also not supported on idea 2025. I assume it'll be fixed next release too? Very excited to try this out.