You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support mixin completion in Kotlin mixins. I have created a plugin that generates Java wrappers around Kotlin mixin files, and it would be really nice to have completions and stuff when working in this environment. Here is a specific example, and this is a folderful of them.
The text was updated successfully, but these errors were encountered:
See #1974.
In fact, writing mixins in Kotlin is such bad practice that mcdev is supposed to generate a warning when you have a Kotlin mixin. Are you not seeing this warning?
See #1974.
In fact, writing mixins in Kotlin is such bad practice that mcdev is supposed to generate a warning when you have a Kotlin mixin. Are you not seeing this warning?
In fact I did. However, if you read my post, you will have read that I have a Gradle plugin to automatically generate Java wrappers around the Kotlin code (so I'm not actually doing any Kotlin mixin, the Java forwards to the Kotlin).
Sorry, but I don't think it's worth investing our time to support such an esoteric setup. If your Gradle plugin becomes popular then we may reconsider.
Minecraft Development for IntelliJ plugin version
2024.3-1.8.2
Description of the feature request
Support mixin completion in Kotlin mixins. I have created a plugin that generates Java wrappers around Kotlin mixin files, and it would be really nice to have completions and stuff when working in this environment. Here is a specific example, and this is a folderful of them.
The text was updated successfully, but these errors were encountered: