Idea-php-symfony2-plugin: Cann't navigate to Twig templates from xml

Created on 10 Oct 2016  路  7Comments  路  Source: Haehnchen/idea-php-symfony2-plugin

        <service id="brouzie_widgets.data_collector"
                 class="Brouzie\Bundle\WidgetsBundle\DataCollector\WidgetsDataCollector">
            <argument type="service" id="brouzie_widgets.data_collector_widget_manager" />
            <tag name="data_collector" template="@BrouzieWidgets/profiler.html.twig" id="brouzie_widgets"  />
        </service>

no ctrl+click or autocomplete on @BrouzieWidgets/profiler.html.twig

fixed

Most helpful comment

Same issue in Controller ($this->render) since 0.12.128

All 7 comments

Same issue in Controller ($this->render) since 0.12.128

are ADD_PATH entries inside "Languages & Frameworks -> Symfony > Twig / Templates" for bundles visible on your enviroment?

sry guys os path issue. please update to latest release

Sounds good to me , thank you !

@Haehnchen thank you, will check

Was this page helpful?
0 / 5 - 0 ratings