Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 934 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 934 Bytes

IntelliJ/Android Studio Plugin for Reactor boilerplate code generation

This tool generates the boilerplate for data binding when using Reactor.

Installation

  1. Download android-reactor-intellij-plugin release or from the Intellij plugin repository
  2. Open IntelliJ/Android Studio
  3. Preferences -> Plugins -> Install plugin from disk....
  4. Choose the downloaded jar file

Usage

Just press ALT + Insert (or your equivalent keybinding for code generation) in your editor and select Reactor Getters and Setters. It allows you to select the fields to be generated.

Screencast