dls.protocol.messages.text_document

Undocumented in source.

Members

Functions

codeAction
Command[] codeAction(CodeActionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
codeLens
CodeLens[] codeLens(CodeLensParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
codeLens_resolve
CodeLens codeLens_resolve(CodeLens codeLens)
Undocumented in source. Be warned that the author may not have intended to support it.
colorPresentation
ColorPresentation[] colorPresentation(ColorPresentationParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
completion
CompletionItem[] completion(CompletionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
completionItem_resolve
CompletionItem completionItem_resolve(CompletionItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
definition
Location definition(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
didChange
void didChange(DidChangeTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
didClose
void didClose(DidCloseTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
didOpen
void didOpen(DidOpenTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
didSave
void didSave(DidSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
documentColor
ColorInformation[] documentColor(DocumentColorParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
documentHighlight
DocumentHighlight[] documentHighlight(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
documentLink
DocumentLink[] documentLink(DocumentLinkParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
documentLink_resolve
DocumentLink documentLink_resolve(DocumentLink link)
Undocumented in source. Be warned that the author may not have intended to support it.
documentSymbol
SymbolInformation[] documentSymbol(DocumentSymbolParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
formatting
TextEdit[] formatting(DocumentFormattingParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
hover
Hover hover(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
implementation
Nullable!Location implementation(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onTypeFormatting
TextEdit[] onTypeFormatting(DocumentOnTypeFormattingParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
rangeFormatting
TextEdit[] rangeFormatting(DocumentRangeFormattingParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
references
Location[] references(ReferenceParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
WorkspaceEdit[] rename(RenameParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
signatureHelp
SignatureHelp signatureHelp(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
typeDefinition
Nullable!Location typeDefinition(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
willSave
void willSave(WillSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
willSaveWaitUntil
TextEdit[] willSaveWaitUntil(WillSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta