Issue
I used to see the option "update controller" in the menu after right-clicking on an FXML file generated by scene builder in a JavaFX project but now it disappeared, how to make that appear?
Solution
The FXML Manager plugin might be what you are looking for:
- go to
File -> Settings -> Plugins -> Marketplace
and search & install FXML Manager:
- after installing it, you may use the update controller option:
Answered By - happy songs
Answer Checked By - Timothy Miller (JavaFixing Admin)