Skip to content

suusan2go/kotlin-fill-class

Repository files navigation

CircleCI jetBrains

kotlin-fill-class plugin

Intellij plugin that provide intention action for empty constructor or function to fill property with default value. Inspired by Go fillstruct

Usage

This plugin add intention action for invalid constructor or function expression. kotlin fill class demo

Configure settings

You can configure the plugin settings by Edit inspection profile setting Edit inspection profile setting

Currently this plugins supports two options.

  • Fill arguments without default values
  • Do not fill default arguments

How to install

Install from jetbrains plugins repository. https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class

Contributors

Thank you to all our contributors!

Made with contrib.rocks.

Maintainers