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
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Is your feature request related to a problem? Please describe
Since the editor does not have the usage data available, it's not possible to filter the API elements using usage data.
Desired solution
Add two filters:
is:used
is:useful
to filter the tree view and show only the respective API elements. The default state of the filter box should also be to only show used and useful API elements.
Possible alternatives
usages:>3
usefulness:>10 (meaning: for classes/functions identical to usages:>10, for parameters: there are more than 10 usages of values of than the most common one)
Is your feature request related to a problem? Please describe
Since the editor does not have the usage data available, it's not possible to filter the API elements using usage data.
Desired solution
Add two filters:
is:used
is:useful
to filter the tree view and show only the respective API elements. The default state of the filter box should also be to only show used and useful API elements.
Possible alternatives
usages:>3
usefulness:>10
(meaning: for classes/functions identical tousages:>10
, for parameters: there are more than 10 usages of values of than the most common one)Operators:
:<
,:<=
,:
(equality),:>=
,:>
Additional context (optional)
The text was updated successfully, but these errors were encountered: