- codeAction
auto codeAction(CodeActionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- codeLens
auto codeLens(CodeLensParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- codeLens_resolve
auto codeLens_resolve(CodeLens codeLens)
Undocumented in source. Be warned that the author may not have intended to support it.
- colorPresentation
auto colorPresentation(ColorPresentationParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- completion
auto completion(CompletionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- completionItem_resolve
auto completionItem_resolve(CompletionItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
- definition
auto 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
auto documentColor(DocumentColorParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- documentHighlight
auto documentHighlight(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- documentLink
auto documentLink(DocumentLinkParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- documentLink_resolve
auto documentLink_resolve(DocumentLink link)
Undocumented in source. Be warned that the author may not have intended to support it.
- documentSymbol
auto documentSymbol(DocumentSymbolParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- formatting
auto formatting(DocumentFormattingParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- hover
auto hover(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- implementation
auto implementation(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- onTypeFormatting
auto onTypeFormatting(DocumentOnTypeFormattingParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeFormatting
auto rangeFormatting(DocumentRangeFormattingParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- references
auto references(ReferenceParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- rename
auto rename(RenameParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- signatureHelp
auto signatureHelp(TextDocumentPositionParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
- typeDefinition
auto 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
auto willSaveWaitUntil(WillSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.