Intellij plugin that provide intention action for empty constructor or function to fill property with default value. Inspired by Go fillstruct
This plugin add intention action for invalid constructor or function expression.
You can configure the plugin settings by Edit inspection profile setting
Currently this plugins supports two options.
- Fill arguments without default values
- Do not fill default arguments
Install from jetbrains plugins repository. https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
- @t-kameyama Fill function call arguments #17
- @shiraji Convert to intention & Support non-empty constructor #6
- @Pluu @naofumi-fujii fix #2 Double type fill error #3