camel-idea-plugin
camel-idea-plugin copied to clipboard
Camel icon in rest-dsl do not show if you start with rest() and not rest("somename")
I noticed that the icon is not shown if you just have
rest()
.get("/{id}")...
But if you have (its shown)
rest("/")
.get("/{id}")...
Or
rest("/somename")
.get("/{id}")...
@bennetelli maybe you wanna have fun with this one ;)
@davsclaus of course :)
The corresponding PR https://github.com/camel-tooling/camel-idea-plugin/pull/767