• Stars
    star
    265
  • Rank 153,757 (Top 4 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created about 6 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Intellij plugin that provides intention action for empty constructor

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