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

Fill with mock data option?

ColtonIdle opened this issue · comments

I love this plugin, but sometimes i Just want to mock something out and prefill with a bunch of fake data. Would be nice if instead of empty string it was just random chars, numbers, etc to stisfy the class construction. Would you be open to adding something like that?

Hello, thank you for your interest in this plugin. For this issue, you might be able to solve it with PR #84. It adds an option to generate random characters and numbers instead of empty strings. However, it is still lacking in tests. We are working on improving it and hope to merge it soon.