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?
source share