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
Currently, it's not possible to see statistics about the API and it's usages in the editor.
Desired solution
Create a new view that visualizes statistics about the API, it's usages, and the annotations.
Data about annotations
Show how often individual annotations are used. For example:
* @Unused: 23
* @Rename: 45
...
Clicking on the annotation in question should populate the filter box appropriately. For example, clicking on the @Unused text should then update the filter to only show API elements that are annotated with the @Unused annotation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Currently, it's not possible to see statistics about the API and it's usages in the editor.
Desired solution
Create a new view that visualizes statistics about the API, it's usages, and the annotations.
Data about annotations
Show how often individual annotations are used. For example:
Clicking on the annotation in question should populate the filter box appropriately. For example, clicking on the
@Unused
text should then update the filter to only show API elements that are annotated with the@Unused
annotation.The text was updated successfully, but these errors were encountered: