Skip to content

Navigational aid for Spring Events #1348

Closed
@jonsmithers

Description

@jonsmithers

Expected Behavior

Anytime you trigger or listen for a spring event, IntelliJ presents these gutter icons. When clicked, a popup will list every place that triggers the event you're listening for OR every place that listens for the event that you're triggering, allowing you to easily jump to these locations. I like this feature.

Screenshot 2024-09-09 at 5 04 04 PM Screenshot 2024-09-09 at 5 05 05 PM

Current Behavior

Currently there is nothing to aid navigation between event listeners and triggerers.

Context

This feature is pretty handy in a codebase that relies on Spring Events.

As an alternative, I could consider refactoring the code to not use Spring Events. Spring Events are harder to navigate compared to plain old function invocations, unless the IDE provides this navigational aid.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions