As of Symfony 3.3, it is possible to omit the class configuration for a service in XML and YAML file, and the id itself will be used to configure the class (this does not work for class in the global namespace, only for service ids with a \ in them).
It would be great if the bundle could support this shortcut syntax:
- providing "Go to definition" when clicking on the id in such case
- providing proper type completion
As of Symfony 3.3, it is possible to omit the
classconfiguration for a service in XML and YAML file, and the id itself will be used to configure the class (this does not work for class in the global namespace, only for service ids with a\in them).It would be great if the bundle could support this shortcut syntax: