Haehnchen/idea-php-symfony2-plugin

Support YAML inline services

Bilge opened this issue · 0 comments

One very cool, but little known and poorly documented Symfony feature, is the ability to inline services in YAML. If a service is only going to be defined and consumed in one place, it can be inlined. This feature is officially called anonymous services and hidden away in a subsection of a document that has nothing to do with anonymous services.

Sadly, this plug-in does not support anonymous services or service inlining with code completion for the inlined service, as it does for non-inlined services.