Skip to content

A JetBrains IDEA plugin that using the new K2 analysis API to fill in missing Kotlin function arguments.

Notifications You must be signed in to change notification settings

orange-guo/fill-kotlin-arguments

Repository files navigation

Fill Kotlin Arguments

Introduction

A JetBrains IDEA plugin that using the new K2 analysis API to fill in missing Kotlin function arguments.
Ideal for developers working in K2 mode who seek a smoother, more efficient way to populate function arguments.

Currently, this plugin is one of the only available solutions that supports Kotlin function argument filling in K2 mode.

Limitations

  • This plugin is compatible only with IntelliJ IDEA version 2024.2 and later. (Starting with IntelliJ IDEA 2024.2, K2 mode supports the vast majority of IDE features).
  • It functions exclusively in K2 mode with the Kotlin plugin.

For more details on K2 mode, refer to K2 Mode.
If you’re working in the older K1 mode, consider using the kotlin-fill-class plugin.

Screenshots

Getting Started

Installation

Download the plugin from Jetbrains Marketplace page and install it in your IDE.

About

A JetBrains IDEA plugin that using the new K2 analysis API to fill in missing Kotlin function arguments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages