Skip to content

bentemple/kotlin-function-arguments-helper

 
 

Repository files navigation

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 [email protected]: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.

About

Intellij plugin that provides intention action for function calls

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.4%
  • HTML 0.6%