Open
Description
Basic information
- JDK version: 17.0.11
- Complete executable reproducer if available (e.g. GitHub Repo): N/A
Steps to reproduce
- Install plugin version 0.9.4 in IntelliJ 2024.3.5
- Open file with Command or Event initialization statement
- No line marker is available in the left gutter icon in the IDE
Expected behaviour
Line marker to be available by Command/Event initialization line and clicking on it allow for navigation to CommandHandler/EventHandler.
Actual behaviour
Line marker is not available/visible by Command/Event initialization line and so there is no way to easily navigate to CommandHandler/EventHandler. Query -> QueryHandler navigation is working as expected.