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

Update to support latest version of Intelli-J 2022.1 #54

Closed bentemple closed 2 years ago

bentemple commented 2 years ago

Summary

This updates the plugin to support the latest version of Intelli-J 2022.1.

This is mainly copied code from the following pull request in the parent repository : IntelliJ Platform Plugin Template#240

We could simply wait for the above Pull Request to land on main, and then rebase this repository on-top of it, but I wanted at the least to create a PR for other people to be able to build this project locally and continue using this very useful plugin.

Resolves #53

Test-Plan

Ran ./gradlew build locally Build passed Installed from local zip into latest version of Intelli-J 2022.1 Verified plugin functioned as expected

pvgnd commented 2 years ago

@WorkingDevel any chance you have a look on this?