alwaysShow

abstract var alwaysShow: Boolean?(source)

Determines if this item is always shown, even when filtered out by the user's input.

Note: This property is ignored when kind is set to QuickPickItemKind.Separator.

Online Documentation