search references inside project jars
to my knowledge its impossible to search for references to a class or similar inside a jar
for example if im using com.example.Class.SOMETHING in my program, and i want to see where a jar uses it, i cant
which is a shame because its incredibly easy in eclipse
Could you share some screenshot to illustrate this feature?
This program is called enigma and im using it here to show yarn mappings (names of obfuscated symbols) in minecraft 1.19, it also allows me to see references to DamageSource.DROWN

Here is eclipse doing the same thing with net.minecraft.client.util.math.MatrixStack via its search dialogue

If more context or anything is needed feel free to ask
Not sure if I understand the problem correct. Have you tried

iirc that only searches the current project source, not jar library source, but i could be wrong, its been ages and i decided to use eclipse for that project