Kotlin Auto Fill
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
Configuration
You can change configuration in Intellij Inspection Settings.
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.*