DeveloperUtils / kotlin-function-arguments-helper

Intellij plugin that provides intention action for function calls
https://plugins.jetbrains.com/plugin/14168-kotlin-function-arguments-helper
Apache License 2.0
15 stars 6 forks source link

Add support for 2022.1 #53

Closed lucasreiners closed 2 years ago

lucasreiners commented 2 years ago

After upgrading IntelliJ to version 2022.1, the plugin stopped working

image
bentemple commented 2 years ago

I added support for 2022.1 with this PR: https://github.com/DeveloperUtils/kotlin-function-arguments-helper/pull/54

I was able to build locally without issues and install in Intelli-J. Unsure if this PR will actually get merged, but I am at least unblocked on this for now, and this will hopefully unblock any of you as well.

bentemple commented 2 years ago

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

WorkingDevel commented 2 years ago

Thank you @lucasreiners for noticing me and @bentemple for fixing it. I just didn't got the mail and this plugin was a little out of focus as I was sick. Now I'm back.

Irionically I started this plugin as fork of the mentioned plugin as it was not updated 😭 .

bentemple commented 2 years ago

IMO this plugin is still better than the above plugin :) I prefer it to fill class anyway. Glad you're no longer sick!