Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA find class in project jars

I've seen some posts on finding a class via searching jars in a directory and it caused me to think there must be a tool in IntelliJ IDEA to do this. Anyone aware of such a tool and how to use it?

like image 311
Zack Macomber Avatar asked Oct 16 '15 14:10

Zack Macomber


1 Answers

If the jar files are imported as project dependencies you can type cmd + n then search it.

enter image description here

like image 151
Fatih Donmez Avatar answered Oct 20 '22 19:10

Fatih Donmez