I have installed the pluging as described
here and created a symfony2 bundle. The problem is i cannot seem to get any of the autocomplete features to work. However it seems to work (sort of) for the acme demo bundle.
EG1: In twig i type: {{ path('?????') }}. The autocomplete for the ????? finds the routes for _demo etc but not my bundle's routes (they are defined in src/Company/ExampleBundle/Resources/config/routing.yml.
EG2: In a controller i type: $em = $this->get('??????'). The autocomplete shows "translator' etc but does not show my services
Any ideas what is wrong.