Angular DI autocomplete
Hello. Some time ago, as I remember, there was nice feature regarding autocomplete while typing service name in class constructor.
For example, I've started to type:
public readonly usersS
And webstorm suggested to autocomplete with
usersService
I can't find this feature now.
Please sign in to leave a comment.
I'm not sure what feature you refer to; where did the IDE took the name from?
From class names, I suggest
Please could you share a complete code snippet?
I can't understand what exactly do you ask from me :(
I described functional I used some years ago with no additional settings.