Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

File metadata and controls

35 lines (24 loc) · 1.16 KB

feature-flag-android-intellij-plugin

Overview

This plugin provides high-level functionality in the IntelliJ IDE for the FeatureFlag definition files you create when using feature-flag-android a plugin for developing Android applications using FeatureFlag.

Available features:

  • Syntax highlighting in the FeatureFlag file
  • Gutter icons in Java/Kotlin code to jump to FeatureFlag definition
  • Showing flag's documentation on Java/Kotlin code

Please refer to the README in the root folder for a description of the FeatureFlag itself, the license, and contribution guide, etc.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for " FeatureFlag Android Support" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...