Open TioCoding opened 5 years ago
I'd argue that converting to JavaFxProperties in a data class wrong. In the end you'd have no parameters anymore, which is not allowed for data classes. The intention action would need to be more sophisticated for it.
Nevertheless, the plugin freezes on non-data classes as well an we'll fix it.
Hi, I'm trying to convert a 'data class' to a property object, but when I try to do it, IntelliJ freezes.
That is the moment in which we select the option to convert all the properties, but when selecting it, it loads but never ends.
That's how intellij is frozen, and I have to force the closure by killing the instance.
I am doing something wrong? this is the class that I'm trying to convert: