MinecraftDev icon indicating copy to clipboard operation
MinecraftDev copied to clipboard

Add support for Fabric access wideners

Open Earthcomputer opened this issue 5 years ago • 8 comments

Since Fabric now supports access wideners, it would be very helpful to add a few features

  • Highlight access widener files and allow for jumping to the reference
  • Detect unused access widener entries
  • Error if a method is made accessible but not extendable, but it is being extended
  • ~~Warn in the fabric.mod.json if the access widener is not linked~~ (already implemented by the initial Fabric support PR)
  • Add a ribbon/balloon to reload Gradle when the access widener changes

Depends on https://github.com/minecraft-dev/MinecraftDev/pull/733

Earthcomputer avatar Jul 03 '20 10:07 Earthcomputer

Add a ribbon/balloon to reload Gradle when the access widener changes

That's a neat idea, would be nice to have for forge ATs too.

RedNesto avatar Jul 09 '20 10:07 RedNesto

Bumping this because this would be very useful for us and this hasn't been looked at in a while.

NurMarvin avatar Jan 14 '21 22:01 NurMarvin

Bumping isn't going to make it go faster, there's a reason I haven't been able to work on this plugin lately. Will get round to it.

Earthcomputer avatar Jan 14 '21 22:01 Earthcomputer

Bumping isn't going to make it go faster, there's a reason I haven't been able to work on this plugin lately. Will get round to it.

Alright, just figured it might have been forgotten over time. No rush :sweat_smile:

NurMarvin avatar Jan 15 '21 16:01 NurMarvin

Bumping this because this would be very useful for us and this hasn't been looked at in a while.

It's useful to support AW/AT and suppress the errors in IDEA

sakurawald avatar Oct 27 '23 09:10 sakurawald