public class MLSQLDocumentService extends Object implements org.eclipse.lsp4j.services.TextDocumentService
Constructor and Description |
---|
MLSQLDocumentService() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<org.eclipse.lsp4j.jsonrpc.messages.Either<List<org.eclipse.lsp4j.CompletionItem>,org.eclipse.lsp4j.CompletionList>> |
completion(org.eclipse.lsp4j.CompletionParams position) |
void |
didChange(org.eclipse.lsp4j.DidChangeTextDocumentParams params) |
void |
didClose(org.eclipse.lsp4j.DidCloseTextDocumentParams params) |
void |
didOpen(org.eclipse.lsp4j.DidOpenTextDocumentParams params) |
void |
didSave(org.eclipse.lsp4j.DidSaveTextDocumentParams params) |
CompletableFuture<org.eclipse.lsp4j.CompletionItem> |
resolveCompletionItem(org.eclipse.lsp4j.CompletionItem unresolved) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
callHierarchyIncomingCalls, callHierarchyOutgoingCalls, codeAction, codeLens, colorPresentation, declaration, definition, documentColor, documentHighlight, documentLink, documentLinkResolve, documentSymbol, foldingRange, formatting, hover, implementation, linkedEditingRange, moniker, onTypeFormatting, prepareCallHierarchy, prepareRename, rangeFormatting, references, rename, resolveCodeAction, resolveCodeLens, resolveTypeHierarchy, selectionRange, semanticTokensFull, semanticTokensFullDelta, semanticTokensRange, signatureHelp, typeDefinition, typeHierarchy, willSave, willSaveWaitUntil
public void didOpen(org.eclipse.lsp4j.DidOpenTextDocumentParams params)
didOpen
in interface org.eclipse.lsp4j.services.TextDocumentService
public void didChange(org.eclipse.lsp4j.DidChangeTextDocumentParams params)
didChange
in interface org.eclipse.lsp4j.services.TextDocumentService
public void didClose(org.eclipse.lsp4j.DidCloseTextDocumentParams params)
didClose
in interface org.eclipse.lsp4j.services.TextDocumentService
public void didSave(org.eclipse.lsp4j.DidSaveTextDocumentParams params)
didSave
in interface org.eclipse.lsp4j.services.TextDocumentService
public CompletableFuture<org.eclipse.lsp4j.jsonrpc.messages.Either<List<org.eclipse.lsp4j.CompletionItem>,org.eclipse.lsp4j.CompletionList>> completion(org.eclipse.lsp4j.CompletionParams position)
completion
in interface org.eclipse.lsp4j.services.TextDocumentService
public CompletableFuture<org.eclipse.lsp4j.CompletionItem> resolveCompletionItem(org.eclipse.lsp4j.CompletionItem unresolved)
resolveCompletionItem
in interface org.eclipse.lsp4j.services.TextDocumentService
Copyright © 2022. All rights reserved.