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 there are very little options for filtering.
Desired solution
Add ways to filter on declaration type, name, annotations status, annotation type. Also add the negation of every existing and new filter option.
Additional context
The Code for this can be found in "api-editor/gui". The language is TypeScript.
Gewünschte Filter (mehrere möglich, implizite Konjunktion):
Zeige nur bestimmte Deklarationsarten¹
is:class
("module" , "class", "function", "parameter")Zeige nur Deklarationen mit Namen xy
hasName:xyname:xy
Zeige nur Deklarationen mit irgendeiner Annotation
is:annotatedannotation:any
Zeige nur Deklarationen mit Annotation xy
hasAnnotation:boundaryannotation:@boundary
Negation dieser Filter
!is:class
Old commands like "module:" , "class: ", "function: ", "parameter: " should be deleted.
The text was updated successfully, but these errors were encountered: