Haehnchen / idea-php-symfony2-plugin

IntelliJ IDEA / PhpStorm Symfony Plugin
https://plugins.jetbrains.com/plugin/7219
MIT License
911 stars 137 forks source link

Autocomplete for nested services #738

Open ScreamingDev opened 8 years ago

ScreamingDev commented 8 years ago

My services.yml looks like that:

services:
  crmp_acquisition:
    contract:
      related_panel:
        class: Crmp\CrmBundle\Twig\PanelGroup
        tags:
          - { name: 'crmp.panel_group', alias: 'contract_related' }
    customer:
      related_panel:
        contract:
          class: Crmp\AcquisitionBundle\Panel\Customer\ContractPanel
          tags:
            - {name: 'crmp.panel', target: 'customer_related' }
        inquiry:
          class: Crmp\AcquisitionBundle\Panel\Customer\InquiryPanel
          tags:
            - {name: 'crmp.panel', target: 'customer_related' }

Unfortunately I get no autocomplete when accessing a service (e.g. crmp_acquisition.customer.related_panel.contract). It only shows crmp_acquisition.

Haehnchen commented 7 years ago

fyi: this will never fully integrated, only partial support