DeveloperUtils / kotlin-function-arguments-helper

Intellij plugin that provides intention action for function calls
https://plugins.jetbrains.com/plugin/14168-kotlin-function-arguments-helper
Apache License 2.0
15 stars 6 forks source link
idea-plugin kotlin

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

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.