This plugin provides a list of all methods in the current file.
With this plugin, you can easily view a list of methods along with access modifiers, parameter types, and return types. Each method name is clickable, allowing to navigate to the method definition within the file.
Clone the repository and run ./gradlew build.
Go into build/distributions and install it manually from this folder using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
After installation, the plugin will be available in a side panel as Methods. Simply open some class/file, and the list of methods in that file will be displayed. Click on any method in the list to navigate directly to its definition.