Library Finder is an IntellJ IDEA plugin that helps finding library files (.jar/.zip) for any class/file name pattern. It comes in handy while troubleshooting ClassNotFoundException or NoClassDefFoundError. It also helps setting up IntelliJ project/workspace by identifying libraries used by source files.
-
Features
- Ability to add library to IntelliJ classpath(module/project/global)
- Supports wildcard (*,?) file name pattern and regular expressions, hence, allowing to search for any file types (.properties,.dtd,.tld,.xml, etc.)
- Intention actions to resolve single or all unresolved imports
- Open up file explorer in all IntelliJ supported platforms (Windows, Linux & Mac OS) navigating to containing folder of the library file