Table of Contents

Class LspListMember

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Lsp.v9.dll

Implements properties and methods for a particular list member in the data collection of the code completion popups used to describe LSP-based language code.

public class LspListMember : ListMember, ICategorizedListMember, IListMember, ICodeCompletionProviderItem, IComparable
Inheritance
LspListMember
Implements

Constructors

LspListMember()

Initializes a new instance of the LspListMember class with default settings.

LspListMember(IListMembers)

Initializes a new instance of the LspListMember class with a specified owner.

IListMembers owning this instance
LspListMember(IListMembers, CompletionItemKind)

Properties

Selected

Gets or sets a boolean value indicating whether this member is in the selected state.