Struct
LspDocumentSymbolClientCaps
Description
struct LspDocumentSymbolClientCaps {
LspDocumentSymbolClientFlags _flags;
LspSymbolKindFlags _symbol_kinds;
LspSymbolTag _supported_tags;
}
Client capabilities for document symbols.
Kind support is stored as a bitfield, so this value can be embedded in LspTextDocumentClientCaps without an allocation.
Structure members
_flags:LspDocumentSymbolClientFlagsNo description available.
_symbol_kinds:LspSymbolKindFlagsNo description available.
_supported_tags:LspSymbolTagNo description available.