Class LspDocument
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.