/kotlin-function-arguments-helper

Intellij plugin that provides intention action for function calls

Primary LanguageKotlinApache License 2.0Apache-2.0

Kotlin Function Arguments Helper kotlin-function-arguments-helper

Build Version Downloads

IntelliJ plugin that provides inspection quick fix for constructors or functions to add arguments with name and a default value.

kotlin-function-arguments-helper-demo animation

Inspired by and extended from Kotlin Fill Class Plugin

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "kotlin-function-arguments-helper" > Install Plugin

  • Manually:

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

Build & Install from Disk

  1. Checkout repository git clone https://github.com/DeveloperUtils/kotlin-function-arguments-helper.git or git clone git@github.com:DeveloperUtils/kotlin-function-arguments-helper.git
  2. Build this plugin ./gradlew build
  3. Install the plugin from ./build/distributions/Kotlin Function Arguments Helper*.zip with Install plugin from disk in IDEA plugin manager

Thanks


Plugin based on the IntelliJ Platform Plugin Template.