Add Mixins to New >
context menu
#2295
Labels
platform: mixins
status: accepted
This is a high-priority feature or a reproduced bug
type: enhancement
Minecraft Development for IntelliJ plugin version
2024.1-1.7.5-477
Description of the feature request
It would be convenient if, when right clicking on a mixin package, the
New >
menu had options to create new mixin classes:Accessor/Invoker Class
item similar toGenerate Accessor/Invoker
Mixin Class
item@Mixin
annotationextend
+implement
what the target class does (or in the case of multiple classes, whichever ancestors they have in common)abstract
class (I think those are the best defaults)The text was updated successfully, but these errors were encountered: