/kediatr-helper

Primary LanguageKotlinMIT LicenseMIT

Kediatr Helper

CodeFactor JetBrains Plugins

Kediatr Helper is an Intellij Idea plugin that provides support for projects using KediatR

Features:

  • 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

Usage

Go to handler

Toolbar action

Alt Text

Gutter Icon

Alt Text

Create Handler

Alt_Text

TODO

  • 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