Skip to content

Autocomplete for nested services #738

Open
@ScreamingDev

Description

@ScreamingDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions