Closed
Description
Minecraft Development for IntelliJ plugin version
2024.1-1.7.5
Description of the feature request
As per fabric.mod.json
specification, fabric.mod.json
entry points can contain strings and objects. Objects are useful when using a language adapter, like Kotlin, and have two properties: adapter
and value
, the latter is read by the default language adapter, and the Kotlin language adapter. MinecraftDev only supports string entry points (navigate to definition, find usages, refactor/rename), but not the value
property in objects.