Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin Mixin completion #2418

Closed
Seggan opened this issue Dec 21, 2024 · 3 comments
Closed

Kotlin Mixin completion #2418

Seggan opened this issue Dec 21, 2024 · 3 comments

Comments

@Seggan
Copy link

Seggan commented Dec 21, 2024

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.

@Earthcomputer
Copy link
Member

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?

@Seggan
Copy link
Author

Seggan commented Dec 22, 2024

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).

@Earthcomputer
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants