PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks
239 stars 47 forks source link

Find usage option broke on Intellij Idea #245

Closed StanByes closed 5 months ago

StanByes commented 5 months ago

Hi,

When I try to use the "Find Usage" of Intellij Idea on a method or class of the NMS mapping, decompile with the paperDevBundle, Intellij doesn't succeed to find anything. When I look to class decompiled by the software there's always the mention "no usages" at the end of all classes.

Any idea to patch this ?

Thank's

jpenilla commented 5 months ago

Provided userdev is generating the jar and sources jar (i.e. not crashing), this is going to be something with intellij. The discord is better for troubleshooting-type questions like this.

StanByes commented 5 months ago

Okay thanks