-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
Minecraft Development for IntelliJ plugin version
1.6.11
IntelliJ version
2023.2.5
Operating System
Windows 11
Target platform
Minecraft Forge
Description of the bug
Previously, when I called to I18n#format
, the plugin would notify me if I used a key that does not exist and I could easily add it to the language file from the context menu.
Since 1.6.11, this doesn't work: I can't go to existing keys with ctrl+click, calls to I18n#format
are no longer folded into the English translation and I can only create new keys when I write a string and manually select it to use the context menu action "Convert string literal to translation".
I've rolled back to 1.6.10 and it works again.