Table of Contents

Class SymbolKindExtensions

Namespace
RDCore.SDK.Server.ProtocolExtensions
Assembly
RDCore.SDK.dll

Converts the model's extended SymbolKindExt to the LSP protocol SymbolKind at the protocol boundary.

public static class SymbolKindExtensions
Inheritance
SymbolKindExtensions
Inherited Members

Remarks

Can be used by a LSP client to categorize symbols. The internal model uses an extended set beyond LSP 3.17 that clients may ignore.

Methods

ToLsp(SymbolKindExt)

public static SymbolKind ToLsp(this SymbolKindExt kind)

Parameters

kind SymbolKindExt

Returns

SymbolKind