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

Parcelable classes support

NicolaVerbeeck opened this issue · comments

In android, when a data class implements the Parcelable interface, data classes have multiple constructors. Currently when you use the intention, the Parcelable variant is used to fill in the arguments instead of the main constructor.

Can we have a check that fixes this or an additional option to select which of the constructors to use?

Hi sorry for the really late reply. The configuration feature was introduced in this PR If you need additional option, PRs are welcome.
#49