Table of Contents

Constructor LspDocument

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

LspDocument(string, LanguageClient, IStringList)

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

public LspDocument(string fileName, LanguageClient client, IStringList strings)

Parameters

fileName string

Name of file associated with this new instance.

client LanguageClient

LanguageClient associates this new instance with the language server.

strings IStringList

List of strings contains some text.