Open
Description
Hi,
I have a problem with route autocompletion when I try on twig {{ path() }} or on a controller.
The route doesn't appear because I think the plugin don't read the name_prefix on config/routes/annotations.yaml
Or appear but without the prefix.
admin_controllers:
resource: ../../src/Controller/Admin
type: annotation
host: 'admin.domain.com'
name_prefix: app_admin_