-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
If you have child classes where you call super.configure()
then the IDEA plugin may not know that it can look in the child class for routes as well, such as when calling other routes via direct, and the direct route name cannot be found and is underlined with red
For now I am only missing inherited camel routes. If I have one class which extends the parent class where some routes are defined to use in child (child have to have super.configure() in its configure() method). It would be good to not mark that route in child with red waves but should direct you to the route definition like it is working with routes defined in just one class.
Metadata
Metadata
Assignees
Labels
No labels