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...
- Checkout repository
git clone https://github.com/DeveloperUtils/kotlin-function-arguments-helper.git
orgit clone [email protected]:DeveloperUtils/kotlin-function-arguments-helper.git
- Build this plugin
./gradlew build
- Install the plugin from
./build/distributions/Kotlin Function Arguments Helper*.zip
with Install plugin from disk in IDEA plugin manager
- @suunsa For the plugin idea and development of it.
- @t-kameyama Fill function call arguments #17
- @shiraji Convert to intention & Support non-empty constructor #6
- @Pluu @naofumi-fujii fix #2 Double type fill error #3
Plugin based on the IntelliJ Platform Plugin Template.