dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
TextEdit
dls
protocol
definitions
Undocumented in source.
class
TextEdit {
Range
range
;
string
newText
;
this
(Range range, string newText);
}
Constructors
this
this
(Range range, string newText)
Undocumented in source.
Members
Variables
newText
string
newText
;
Undocumented in source.
range
Range
range
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
definitions
aliases
DocumentSelector
DocumentUri
classes
Command
CreateFile
CreateFileOptions
DeleteFile
DeleteFileOptions
Diagnostic
DiagnosticRelatedInformation
DocumentFilter
Location
LocationLink
MarkupContent
Position
Range
RenameFile
RenameFileOptions
TextDocumentEdit
TextDocumentIdentifier
TextDocumentItem
TextDocumentPositionParams
TextEdit
VersionedTextDocumentIdentifier
WorkspaceEdit
enums
DiagnosticSeverity
MarkupKind