MinecraftDev
MinecraftDev copied to clipboard
Mixin shadow suggestions can be higher-priority than things like "instanceof"
- Minecraft Development for IntelliJ plugin version: 2021.2-1.5.15
- IntelliJ version: 2021.2.3 Community
- Operating System: Windows
- Target platform: Fabric/Mixin
I really like how mcdev can automatically @Shadow methods through autocomplete now. Unfortunately like 80% of the time I use this feature, it's on accident, because I typed in<TAB> in order to write instanceof, and mcdev wanted to @Shadow something that started with in instead. Like this:

I don't know if this can be fixed, but it'd be nice-to-have. Thanks!