Reproducing case:
- create a route named
join
- write
$this->generateUrl('join') in a controller
- click on the route name in this code to trigger the GoTo logic
Expected behavior: go to the route definition and/or the corresponding controller
Actual behavior: goes to the definition of the join function in the stubs