alrajdev / kotlin-auto-fill

filling your kotlin function/constructor with default or random values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Auto Fill

version badge

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"

About

filling your kotlin function/constructor with default or random values.


Languages

Language:Kotlin 99.2%Language:HTML 0.8%