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
When clicking on "Navigate to definition", a hint with a list of service definitions in different configuration files appears, but all of them are simply named "service". Thus, it's extremely painful to search for the required definition, especially if there’s a DI container cache nearby, which also contains duplicates of existing service definitions.
Solution
Instead of "service", write the name of the file containing the service definition. Ideally, also include the name of the service, for example: sample.xml: example.service.name
The text was updated successfully, but these errors were encountered:
Problem
When clicking on "Navigate to definition", a hint with a list of service definitions in different configuration files appears, but all of them are simply named "service". Thus, it's extremely painful to search for the required definition, especially if there’s a DI container cache nearby, which also contains duplicates of existing service definitions.
Solution
Instead of "service", write the name of the file containing the service definition. Ideally, also include the name of the service, for example:
sample.xml: example.service.name
The text was updated successfully, but these errors were encountered: