# kotlin-auto-fill **Repository Path**: zenaster/kotlin-auto-fill ## Basic Information - **Project Name**: kotlin-auto-fill - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-12 - **Last Updated**: 2024-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kotlin Auto Fill ![version badge](https://img.shields.io/badge/version-1.0.3-informational) the most simple and powerful intellij plugin of parameter helper Installing right now if you kotlin users. maybe you will be enchanted 🧙🏽‍♂️ - only class constructor, functions arguments named - fill with **default values** - fill with **random values** auto-fill-kotlin tutorial
### Configuration You can change configuration in Intellij Inspection Settings. auto-fill-kotlin tutorial ## Change Log - 0.0.1-M1 - First deploy Kotlin Auto Fill with basic features - support up to Intellij IDE version 2022.3 - 1.0.0 - updated random value quickFix - updated only name arguments quickFix - refactor configuration variable structure - fix some bugs - 1.0.1 - support since to Intellij IDE version 2021.1 - delete lambda function generator - It was a feature that wasn't as helpful as I thought. Version compatibility of the APIs used in the proposed parameter name algorithm was not flexible. and another platform versions support was being delayed because of this feature. - 1.0.2 - support up to Intellij IDE version 231.* - Fixed a bug with boolean values being converted to strings when using "random generator" - 1.0.3 - support up to Intellij IDE version 232.* - 1.0.4 - support up to Intellij IDE version 233.*