retheviper / 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

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

About

Intellij plugin that provides intention action for empty constructor

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

License:MIT License


Languages

Language:Kotlin 99.7%Language:HTML 0.3%