Document

Undocumented in source.

Members

Functions

byteAtPosition
size_t byteAtPosition(Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
positionAtByte
Position positionAtByte(size_t bytePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
validatePosition
void validatePosition(Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
wordRangeAtByte
Range wordRangeAtByte(size_t bytePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
wordRangeAtLineAndByte
Range wordRangeAtLineAndByte(size_t lineNumber, size_t bytePosition)
Undocumented in source. Be warned that the author may not have intended to support it.
wordRangeAtPosition
Range wordRangeAtPosition(Position position)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

lines
const(wstring[]) lines [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uris
auto uris [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
version_
JSONValue version_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

change
bool change(VersionedTextDocumentIdentifier textDocument, TextDocumentContentChangeEvent[] events)
Undocumented in source. Be warned that the author may not have intended to support it.
close
bool close(TextDocumentIdentifier textDocument)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Document get(Uri uri)
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open(TextDocumentItem textDocument)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta