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

请先登录再写评论。
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