You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Actually, it looks like the service gets indexed properly already, but we are missing the navigation (probably because it is built to let us click on the class attribute only, and there is no class attribute anymore)
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:
The text was updated successfully, but these errors were encountered: