Skip to content

Feature request: group class instance vars with additional clarifiers #81

Open
@bmayen

Description

@bmayen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions