IntelliJ plugin that provides inspection quick fix for constructors or functions to add arguments with name and a default value.
Inspired by and extended from Kotlin Fill Class Plugin
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...
git clone https://github.com/DeveloperUtils/kotlin-function-arguments-helper.git
or git clone git@github.com:DeveloperUtils/kotlin-function-arguments-helper.git
./gradlew build
./build/distributions/Kotlin Function Arguments Helper*.zip
with Install plugin from disk in IDEA plugin managerPlugin based on the IntelliJ Platform Plugin Template.