How to make netbeans "make controller" in the intellectual idea

I am using netbeans to create javafx applications. After I changed some of the scripts and saved them in fxml, I switch to netbeans, right-click fxml and select " make controller " to add or remove some code in controllerclass.

Now I am switching to intellij and have not found a way to do this. Is there a way to do this instead of manually copying the codes generated by the script to manage the class?

0
source share

Source: https://habr.com/ru/post/1273271/


All Articles