java - Intellij IDEA - how to find package usage in a project -
i looking @ project's maven pom file lot of dependencies , trying find out if particular dependency used or not. there way in intellij idea find import statements import class particular package?
i'm working intellij idea 14 ue.
- switch view "project"
- in tree view, go node "external libraries"
- search particular library (=dependency) , open node
- select package within library
- in popup menu of package, click "find usages". alternatively, press alt+f7 (windows)
Comments
Post a Comment