lsp / org.pinelang.lsp.lsp / LSPDelegate
LSPDelegate¶
interface LSPDelegate
Functions¶
| Name | Summary |
|---|---|
| onHover | abstract fun onHover(hover:HoverParams):HoverResponse? |
| onInitialize | abstract fun onInitialize(capabilities:LSPInitializeParams):LSPInitializeServerResult |
| onInitialized | abstract fun onInitialized():Unit |
| onShutdown | abstract fun onShutdown():Unit |
| onTextDocumentCompletion | abstract fun onTextDocumentCompletion(documentCompletionParams:TextDocumentCompletionParams):LSPCompletionList |
| onTextDocumentDidChange | abstract fun onTextDocumentDidChange(doc:TextDocumentDidChangeParams):PublishDiagnosticsParams |
| onTextDocumentDidOpen | abstract fun onTextDocumentDidOpen(doc:TextDocumentDidOpenParams):PublishDiagnosticsParams |
| onTextDocumentDocumentSymbol | abstract fun onTextDocumentDocumentSymbol(doc:TextDocumentSymbolParams):LSPDiagnostic |
Inheritors¶
| Name | Summary |
|---|---|
| ServerImpl | class ServerImpl :LSPDelegate |