Recommended way to format resource messages.
已回答
I've been using `BundleBase.message` to format resource bundle messages in my plugin, but this is marked as `@ApiStatus.Internal`.
What is the recommended way to use resource bundles in plugin code? Do I need to effectively replicate the BundleBase.message logic?
请先登录再写评论。
Extend your MessageBundle implementation from com.intellij.DynamicBundle
That works, thanks.
Don't do it - use AbstractBundle instead: https://youtrack.jetbrains.com/issue/IDEA-268744