Open
Description
In Angular I often want to group injected class instance variables together. For instance:
private readonly fooService = inject(FooService);
private readonly barService = inject(BarService);
Sometimes these injected services may be a mix of private and protected and they wind up getting mixed with other instance variables. This can make it difficult to see at a glance what all of your injected services are. Would be nice if we could further clarify how the sorting works to take into account custom keywords, like "inject" in this case.
Metadata
Metadata
Assignees
Labels
No labels