dls v0.12.0 (2018-09-17T20:08:40Z)
Dub
Repo
RenameFile
dls
protocol
definitions
Undocumented in source.
class
RenameFile {
import
std
.
typecons
:
Nullable
;
;
immutable
string
kind
;
string
oldUri
;
string
newUri
;
Nullable
!
RenameFileOptions
options
;
this
(string oldUri, string newUri, Nullable!RenameFileOptions options);
}
Constructors
this
this
(string oldUri, string newUri, Nullable!RenameFileOptions options)
Undocumented in source.
Members
Variables
kind
string
kind
;
Undocumented in source.
newUri
string
newUri
;
Undocumented in source.
oldUri
string
oldUri
;
Undocumented in source.
options
Nullable
!
RenameFileOptions
options
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
definitions
aliases
DocumentSelector
DocumentUri
classes
Command
CreateFile
CreateFileOptions
DeleteFile
DeleteFileOptions
Diagnostic
DiagnosticRelatedInformation
DocumentFilter
Location
MarkupContent
Position
Range
RenameFile
RenameFileOptions
TextDocumentEdit
TextDocumentIdentifier
TextDocumentItem
TextDocumentPositionParams
TextEdit
VersionedTextDocumentIdentifier
WorkspaceEdit
enums
DiagnosticSeverity
MarkupKind