Table of Contents

Class LspDocument

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

Represents a Language Server source code document that provides access to the source text.

public class LspDocument
Inheritance
LspDocument

Constructors

LspDocument(string, LanguageClient, IStringList)

Initializes a new instance of the LspDocument class with specified parameters.

Properties

Client

Gets language Client associated with the language server.

FileName

Gets name of file associated with document.

Strings

Gets the list of strings containing document text.