# EventBus-Navigator **Repository Path**: Vove/EventBus-Navigator ## Basic Information - **Project Name**: EventBus-Navigator - **Description**: A eventbus navigator plugin for IDEA and Android Studio. - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-24 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EventBus 导航器 > A plugin for IDEA and Android Studio. - 支持Kotlin语言 - 支持封装的YourBus.post函数 - 支持基础类型 - 修改于 [likfe/eventbus3-intellij-plugin](https://github.com/likfe/eventbus3-intellij-plugin) ![](/pic/s1.png) ## 预览 Receiver function what is annotate with `@Subscribe` ### Kotlin subscriber function ![](pic/s1.png) ### Kotlin publisher expression ![](pic/s3.png) ### Java subscriber function ![](pic/s6.png) ### Java publisher expression ... ## 标记自封装post函数 在函数名右键 ![](pic/s4.png) 随后可发现多出一标志 ![](pic/s5.png) ### 安装 1. Marketplace IDEA or Android Studio `Settings/Plugins/Marketplace` search `EventBus-Navigator` 2. 下载 [EventBus-Navigator.jar](https://github.com/Vove7/EventBus-Navigator/blob/master/EventBus-Navigator.jar) . `Settings/Plugins/` Install Plugin from Disk. ## Thanks - [likfe/eventbus3-intellij-plugin](https://github.com/likfe/eventbus3-intellij-plugin) - [kgmyshin/eventbus3-intellij-plugin](https://github.com/kgmyshin/eventbus3-intellij-plugin)