dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
DocumentSymbol
dls
protocol
interfaces
text_document
Undocumented in source.
final
class
DocumentSymbol {
import
std
.
typecons
:
Nullable
;
;
string
name
;
Nullable
!
string
detail
;
SymbolKind
kind
;
Nullable
!
bool
deprecated_
;
Range
range
;
Range
selectionRange
;
Nullable
!(
DocumentSymbol
[])
children
;
this
(string name, Nullable!string detail, SymbolKind kind, Nullable!bool deprecated_, Range range, Range selectionRange, Nullable!(DocumentSymbol[]) children);
}
Constructors
this
this
(string name, Nullable!string detail, SymbolKind kind, Nullable!bool deprecated_, Range range, Range selectionRange, Nullable!(DocumentSymbol[]) children)
Undocumented in source.
Members
Variables
children
Nullable
!(
DocumentSymbol
[])
children
;
Undocumented in source.
deprecated_
Nullable
!
bool
deprecated_
;
Undocumented in source.
detail
Nullable
!
string
detail
;
Undocumented in source.
kind
SymbolKind
kind
;
Undocumented in source.
name
string
name
;
Undocumented in source.
range
Range
range
;
Undocumented in source.
selectionRange
Range
selectionRange
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
text_document
aliases
CodeActionRegistrationOptions
CodeLensParams
DidCloseTextDocumentParams
DocumentColorParams
DocumentLinkParams
DocumentSymbolParams
FoldingRangeParams
classes
CodeAction
CodeActionContext
CodeActionParams
CodeLens
CodeLensRegistrationOptions
Color
ColorInformation
ColorPresentation
ColorPresentationParams
CompletionContext
CompletionItem
CompletionList
CompletionParams
CompletionRegistrationOptions
DidChangeTextDocumentParams
DidOpenTextDocumentParams
DidSaveTextDocumentParams
DocumentFormattingParams
DocumentHighlight
DocumentLink
DocumentLinkRegistrationOptions
DocumentOnTypeFormattingParams
DocumentOnTypeFormattingRegistrationOptions
DocumentRangeFormattingParams
DocumentSymbol
FoldingRange
FormattingOptions
Hover
ParameterInformation
PublishDiagnosticsParams
ReferenceContext
ReferenceParams
RenameParams
RenameRegistrationOptions
SignatureHelp
SignatureHelpRegistrationOptions
SignatureInformation
SymbolInformation
TextDocumentChangeRegistrationOptions
TextDocumentContentChangeEvent
TextDocumentSaveRegistrationOptions
WillSaveTextDocumentParams
enums
CodeActionKind
CompletionItemKind
CompletionTriggerKind
DocumentHighlightKind
FoldingRangeKind
InsertTextFormat
SymbolKind
TextDocumentSaveReason