MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Translations aren't detected for enum constructors

Open Earthcomputer opened this issue 1 year ago • 0 comments

Minecraft Development for IntelliJ plugin version

2024.1-1.7.5-481

IntelliJ version

IU-241.17890.1

Operating System

Linux

Target platform

No response

Description of the bug

When the @Translatable annotation is on the argument of a method, it should fold the arguments where that method is called. However, this doesn't appear to happen in enum constructors: image

Earthcomputer avatar Jun 14 '24 16:06 Earthcomputer