Resource Bundle Editor of IntelliJ in Rider?
I know the Resource Bundle Editor from the IntelliJ IDE.
It provides a nice front-end for editing multiple properties files that follow the resource bundle conventions. These files are pretty standard in the Java world.
I wonder if it is possible to include the Resource Bundle Editor in my Rider installation because Rider and IntelliJ use the same core.
Can I maybe add this to Rider via a plugin?
This leads to the more general question: How compatible are plugins of different JetBrains IDE flavors (PyCharm, Rider, IntelliJ, etc.)?
Regards,
Andreas
Please sign in to leave a comment.
Hi @...!
Rider has a Localization Manager for resource files. Could you please check if it is useful in your case?
As to plugins, you can go to the plugin's homepage and see what IDE it is compatible with. Also, one can filter plugins by compatibility on our marketplace.
Thank you Alexandra,
Indeed there are some plugins for properties files.
I think this plugin is the one that JetBrains includes in IntelliJ: https://plugins.jetbrains.com/plugin/11594-properties
I was actually able to install it in Rider and found some additional options in the Settings afterwards. However, the resource bundle editor did not show up. So I guess this is not fully compatible with Rider (and it also says so).
Anyway, I also found Easy-i18n, which seems to work in all JetBrains IDEs: https://github.com/marhali/easy-i18n/tree/main/src/main/java/de/marhali/easyi18n
Its not quite was I was looking for but the project is on GitHub: https://github.com/marhali/easy-i18n
So I will try to add the features that are missing for my usual workflow with properties files to Easy-i18n.
Regards,
Andreas