Saif
Saif

Reputation: 3452

IntelliJ IDEA: How to get the usages of a maven dependency?

Is there a better way to get the usages of a maven dependency in the latest version of IntelliJ IDEA than How to find the usage of a jar imported by maven dependency? ?

Upvotes: 5

Views: 1378

Answers (1)

Egor Klepikov
Egor Klepikov

Reputation: 5829

This feature is not yet implemented. Feel free to upvote for IDEA-51267.

However, you can expand the jar file and select packages inside of it. Then choose Find Usages:

enter image description here

Upvotes: 6

Related Questions