MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Mixin shadow suggestions can be higher-priority than things like "instanceof"

Open quat1024 opened this issue 4 years ago • 0 comments

  • 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:

image

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

quat1024 avatar Dec 14 '21 05:12 quat1024