How to use 'bundle' in 'codeInsight.declarativeInlayProvider' configuration?
Answered
As shown in the picture, what does ‘bundle’ mean in the configuration and how to use it?

Please sign in to leave a comment.
Hi,
This is the name of the message bundle containing the keys used in nameKey and descriptionKey. For example:
https://github.com/JetBrains/intellij-community/blob/52cdedefa70d25fec73aff45539f4914f085f66e/java/java-impl/src/META-INF/JavaPlugin.xml#L1283-L1290
In this provider, name and description are provided from the JavaBundle.properties file:
https://github.com/JetBrains/intellij-community/blob/52cdedefa70d25fec73aff45539f4914f085f66e/java/openapi/resources/messages/JavaBundle.properties