Hi all!
I’m glad to announce experimental add-on that brings advanced navigation for Events subsystem in IntelliJ.
It enables you to find receivers and senders of an event with just single click on line marker:
Once you install it you will see 3 additional line markers:
- Event icon on
ApplicationEvent
class
- Icon on
Events.publish
call:
- Icon on receiver methods:
All the icons are clickable and show additional navigation to usages:
- from receivers to senders
- from senders to receivers
- from event to all usages excluding documentation, imports and comments
Download it from Bintray and install using Settings - Plugins - Install plugin from disk
.
Waiting for your feedback!