TinyBus Intellij plugin

由于项目里使用到了TinyBus事件总线库,想要post方法到subscribe方法的互相导航,在网上搜索了一圈之后,找不到类似eventbus-interllij-plugin的插件,自己简单的更改了 eventbus-interllij-plugin的代码,实现了tinybus-interllij-plugin。该插件并没有修改plugin id,所以不能和eventbus-interllij-plugin同时安装,感谢eventbus-interllij-plugin作者的开源。

先上图

tinybus-intellij-plugin

目前只支持如下几种导航

  • TinyBus.post to @Subscribe or onXxxEvent

  • TinyBus.postDelay to @Subscribe or onXxxEvent

  • @Subscribe to TinyBus.post

  • 不支持@Subscribe to TinyBus.postDelay

插件下载地址