This is a gradle plugin that lists all the classes available in the current project. It is light and has zero dependencies.
The classlist Gradle Plugin was developed for vim autocompletion.
It lists your classes and dependent classes. It finds classes from:
- The JRE
- The Project Source Set
- Project Dependencies
To select a class on command line you can use the amazing fzf