Default locale for Ctrl-Hover / Ctrl-Shift-I for resource bundle keys
Some application I'm working on has resource bundles for localized
resource strings.
However, there is no bundle for the default locale.
When Ctrl-hovering over a key, by default IDEA pick a localized string
from a locale that isn't particularly readable to me. Is there a way to
customize this (eg force it to pick English)?
-tt
请先登录再写评论。
YouTrack issue please.
Hello Dmitry,
Here you go:
http://youtrack.jetbrains.net/issue/IDEA-26318
-tt
After some thinking, using system default locale would be a good choice in the absence of a default locale value for a resource bundle key.
After some more thinking, the obvious extension of this feature would be auto-folding of I18N tags in JSP/JSPX: http://youtrack.jetbrains.net/issue/IDEA-26321