dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
Command
dls
protocol
definitions
Undocumented in source.
class
Command {
import
std
.
json
:
JSONValue
;
;
import
std
.
typecons
:
Nullable
;
;
string
title
;
string
command
;
Nullable
!(
JSONValue
[])
arguments
;
this
(string title, string command, Nullable!(JSONValue[]) arguments);
}
Constructors
this
this
(string title, string command, Nullable!(JSONValue[]) arguments)
Undocumented in source.
Members
Variables
arguments
Nullable
!(
JSONValue
[])
arguments
;
Undocumented in source.
command
string
command
;
Undocumented in source.
title
string
title
;
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