Events navigation plugin for IntelliJ IDEA

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:

demo

Once you install it you will see 3 additional line markers:

  1. Event icon on ApplicationEvent class

event-class-navigation

  1. Icon on Events.publish call:

senders

  1. Icon on receiver methods:

receviers

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!

7 Likes

Will this make it into the new Version 7.0 IDE?

Yes, after thorough testing we are going to merge this into Studio 7.

1 Like