eventbus3-intellij-plugin
eventbus3-intellij-plugin copied to clipboard
support kotlin
+1
I will try
Now I finish Kotlin line marker,but the Kotlin do not have any doc about findusage,I do not konw how to do next.

if anyone has doc about kotlin findusage,please tell me. Thanks
any news on this ?
If kotlin is not supported, the plug-in is dying
Any updates?
Any updates?
project going to dying
One of our project is extensively using EventBus and we are using both Java and Kotlin in our project, so we were desperately in need of Kotlin support for this plugin. So we forked this library and tried to add support for Kotlin, but it was too hard to support every single use case we had. Then we tried using uast to do this, but that would mean literally rewriting everything, but it felt like the right thing to do.
So, we wrote the plugin from scratch using uast to add support for Java and Kotlin with a single logic (instead of separate logic for both languages). Here is the plugin:
https://plugins.jetbrains.com/plugin/12856-greenrobot-eventbus
https://github.com/Madrapps/eventbus-plugin
@likfe We are really sorry for promoting this plugin here, but we really needed the Kotlin support asap and so we chose this path.