suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor

Home Page:https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelliJ IDEA 2023.1.3 breaks fill

shi-rudo opened this issue · comments

After updating to IntelliJ IDEA 2023.1.3 I can not longer autofill.

After executing it inserts some of its values into the import definition .

i have the same issue, when any parameter is not a primitive type

Thank you for reporting issue.

I have been able to confirm that a similar problem occurs when all of the following situations are present:

  • "Fill arguments without default values" is not checked
  • "Put arguments on separate lines" is checked
  • The constructor or function you are trying to fill contains arguments of a non-primitive class
  • The first constructor of the non-primitive class used for arguments has no arguments

I will be fixing this issue this weekend. If you are experiencing a situation that does not apply, please let me know.

We will soon release v1.0.21 (after JetBrains accepts).
This version fixes all the problems that occur in IDEA 2023.1 as far as we are aware. If you continue to have problems or encounter other problems, please create another issue.