dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
TextDocumentSyncOptions
dls
protocol
interfaces
general
Undocumented in source.
final
class
TextDocumentSyncOptions {
import
std
.
typecons
:
Nullable
;
;
Nullable
!
bool
openClose
;
Nullable
!
TextDocumentSyncKind
change
;
Nullable
!
bool
willSave
;
Nullable
!
bool
willSaveWaitUntil
;
Nullable
!
SaveOptions
save
;
this
(Nullable!bool openClose, Nullable!TextDocumentSyncKind change, Nullable!bool willSave, Nullable!bool willSaveWaitUntil, Nullable!SaveOptions save);
}
Constructors
this
this
(Nullable!bool openClose, Nullable!TextDocumentSyncKind change, Nullable!bool willSave, Nullable!bool willSaveWaitUntil, Nullable!SaveOptions save)
Undocumented in source.
Members
Variables
change
Nullable
!
TextDocumentSyncKind
change
;
Undocumented in source.
openClose
Nullable
!
bool
openClose
;
Undocumented in source.
save
Nullable
!
SaveOptions
save
;
Undocumented in source.
willSave
Nullable
!
bool
willSave
;
Undocumented in source.
willSaveWaitUntil
Nullable
!
bool
willSaveWaitUntil
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
general
aliases
CodeLensOptions
DocumentLinkOptions
classes
CancelParams
ClientCapabilities
CodeActionOptions
ColorProviderOptions
CompletionOptions
DocumentOnTypeFormattingOptions
ExecuteCommandOptions
FoldingRangeProviderOptions
InitializeErrorData
InitializeParams
InitializeResult
RenameOptions
SaveOptions
ServerCapabilities
SignatureHelpOptions
StaticRegistrationOptions
TextDocumentClientCapabilities
TextDocumentSyncOptions
WorkspaceClientCapabilities
enums
FailureHandlingKind
ResourceOperationKind
TextDocumentSyncKind