Kediatr Helper is an Intellij Idea plugin that provides support for projects using KediatR
- Gutter icons for command classes and commandBus executions
- Go to handler functionality in Go To menu and gutter icons
- Navigating to multiple handlers of a Notification
- Navigating to handlers of inheriting types
- Creating handlers for command types
Toolbar action
Gutter Icon
Create Handler
- Add support for finding all handlers of notification
- Change icons to svg files
- Add create handler functionality for command types
- Mark types inherited from Command types
- Make project not require restart when enabling
- Make sure gutter icons only show up for function calls to CommandBus
- Show PipelineBehaviours for CommandHandlers