dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
LocationLink
dls
protocol
definitions
Undocumented in source.
class
LocationLink {
import
std
.
typecons
:
Nullable
;
;
Nullable
!
Range
originSelectionRange
;
DocumentUri
targetUri
;
Range
targetRange
;
Nullable
!
Range
targetSelectionRange
;
this
(Nullable!Range originSelectionRange, DocumentUri targetUri, Range targetRange, Nullable!Range targetSelectionRange);
}
Constructors
this
this
(Nullable!Range originSelectionRange, DocumentUri targetUri, Range targetRange, Nullable!Range targetSelectionRange)
Undocumented in source.
Members
Variables
originSelectionRange
Nullable
!
Range
originSelectionRange
;
Undocumented in source.
targetRange
Range
targetRange
;
Undocumented in source.
targetSelectionRange
Nullable
!
Range
targetSelectionRange
;
Undocumented in source.
targetUri
DocumentUri
targetUri
;
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