Skip to content

Latest commit

 

History

History
 
 

litho-intellij-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Litho IntelliJ Plugin

Overview

Litho IntelliJ Plugin supports better integration with Litho framework in IntelliJ IDEA. Check the release notes for an overview and changelog for full version history.

Installation

The plugin is currently under development. You can install it from the IntelliJ Marketplace by searching for Litho. Or you can manually build and install the latest version by following next steps:

  1. From the litho-intellij-plugin directory run command to build and install the plugin to the output_path which is an IDE plugin folder. For example, in MacOS this folder could be ~/Library/Application\ Support/AndroidStudioX.X.
  2. You will be prompted to restart the IDE so that changes will apply.
  3. Verify that Preferences - Plugins contains Litho now. Done.

Step 1 depends on the build system:

Gradle

Builds full plugin with all features:

  1. $ ./buildPlugin.sh -p output_path

BUCK

Builds limited plugin without file generation features:

  1. $ buck build litho-intellij --out output_path