How to enable scrolling from source to external libraries in intellij idea?

I would like to see the location of the decompiled class in the external library tree.

How can i do this? Thanks.

+1
source share
1 answer

Found a way to get to the package of the shown decompiled class:

ctrl+click in the package in code (the largest command in the java file).

+2
source

Source: https://habr.com/ru/post/1242520/


All Articles