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
@Haehnchen it's still way too aggressive on auto injecting.. Even suggesting functions inside of services before the one that's already injected.
Is there a way to just completely disable this feature? It's hindering me personally more than it helps. 99/100 I already know what services I'll need and have already injected them manually...
When I have the following class:
And I type some code in the test function like:
Instead of suggesting the already injected
$productRepository
, it is recommending me other services first and then the already injected service.Expected behavior:
Always favor already injected services in code autocomplete over service suggestions.
The text was updated successfully, but these errors were encountered: