eventbus3-intellij-plugin icon indicating copy to clipboard operation
eventbus3-intellij-plugin copied to clipboard

support kotlin

Open CaiJingLong opened this issue 7 years ago • 8 comments

CaiJingLong avatar Dec 28 '17 01:12 CaiJingLong

+1

mlostekk avatar Feb 08 '18 16:02 mlostekk

I will try

likfe avatar Feb 09 '18 05:02 likfe

Now I finish Kotlin line marker,but the Kotlin do not have any doc about findusage,I do not konw how to do next.

33e83028-2875-4038-b20a-3f4dfebf49ba

if anyone has doc about kotlin findusage,please tell me. Thanks

likfe avatar Mar 12 '18 08:03 likfe

any news on this ?

j2emanue avatar Jul 06 '18 08:07 j2emanue

If kotlin is not supported, the plug-in is dying

sunpan3213 avatar Jul 11 '19 02:07 sunpan3213

Any updates?

thsaravana avatar Jul 22 '19 01:07 thsaravana

Any updates?

project going to dying

sunpan3213 avatar Jul 24 '19 02:07 sunpan3213

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.

thsaravana avatar Aug 26 '19 15:08 thsaravana