suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor
https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
MIT License
268 stars 31 forks source link

Fill with mock data option? #88

Closed ColtonIdle closed 1 year ago

ColtonIdle commented 1 year ago

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?

oboenikui commented 1 year ago

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.