Type Alias lsp_types::DocumentSelector

source ·
pub type DocumentSelector = Vec<DocumentFilter>;
Expand description

A document selector is the combination of one or many document filters.

Aliased Type§

struct DocumentSelector { /* private fields */ }