vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

search references inside project jars

Open lever1209 opened this issue 1 year ago • 4 comments

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

lever1209 avatar Sep 11 '22 00:09 lever1209

Could you share some screenshot to illustrate this feature?

jdneo avatar Sep 11 '22 08:09 jdneo

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

22-09-11-12-26-26 22-09-11-12-26-43

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

22-09-11-12-32-07 22-09-11-12-33-31 22-09-11-12-34-11

If more context or anything is needed feel free to ask

lever1209 avatar Sep 11 '22 15:09 lever1209

Not sure if I understand the problem correct. Have you tried image

jdneo avatar Apr 14 '23 02:04 jdneo

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

lever1209 avatar Apr 21 '23 18:04 lever1209