-
-
Notifications
You must be signed in to change notification settings - Fork 743
Closed
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged
Description
Search Terms
sort, sorting, sort order, prop, props, properties, method, methods, class, interface
Problem
It's common to define members of classes and interfaces with a rational order applied to the ordering. It would be useful to be able to sort these by source order, similar to what is possible for enums, without having to sort everything by source order.
Suggested Solution
Either adding new sort options similar to enum-member-source-order
, or by allowing overriding of sort order by category/group/kind, or by allowing overriding of sort order via an @sortOrder
tag per kind that generates a page.
Metadata
Metadata
Assignees
Labels
good first issueEasier issue for first time contributorsEasier issue for first time contributorshelp wantedContributions are especially encouragedContributions are especially encouraged