Controller suggestions are not made based on file name

For a controller to be suggested, it needs to have an fxml annotated member. It would be nice if classes matching a name pattern would be suggested, as well. As an example: when there is an fxml document with name Main.fxml, and a class named MainController, it should be suggested.