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?

0

Extend your MessageBundle implementation from com.intellij.DynamicBundle

0

That works, thanks.

0

请先登录再写评论。