suusan2go / kotlin-fill-class

Intellij plugin that provides intention action for empty constructor
https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
MIT License
268 stars 31 forks source link

Fix #100, #101 #102

Closed t-kameyama closed 1 year ago

t-kameyama commented 1 year ago

Fixes #100

fb3dc20

スクリーンショット 2023-05-15 16 35 11 スクリーンショット 2023-05-15 16 35 21 スクリーンショット 2023-05-15 16 35 30

Fixes #101

77b1ffc

oboenikui commented 1 year ago

@t-kameyama Thanks for great PR!

I have noticed that incorrect completion is made in single cases. Could you please correct it?

oboenikui commented 1 year ago

Also, I am not sure of the reproduction conditions, but I have confirmed that the completion is filled without a selector being displayed, even though there is an overload function. I will let you know if I can find the reproduction conditions.