DottyClient

A LanguageClient that regroups all language server features

trait LanguageClient
class Object
trait Matchable
class Any

Value members

Inherited methods

def applyEdit(x$0: ApplyWorkspaceEditParams): CompletableFuture[ApplyWorkspaceEditResponse]
Inherited from:
LanguageClient
def configuration(x$0: ConfigurationParams): CompletableFuture[List[<FromJavaObject>]]
Inherited from:
LanguageClient
def logMessage(x$0: MessageParams): Unit
Inherited from:
LanguageClient
def publishDiagnostics(x$0: PublishDiagnosticsParams): Unit
Inherited from:
LanguageClient

A notification that tells the client that a line of a worksheet produced the specified output.

A notification that tells the client that a line of a worksheet produced the specified output.

Inherited from:
WorksheetClient
def registerCapability(x$0: RegistrationParams): CompletableFuture[Void]
Inherited from:
LanguageClient
@Beta
def semanticHighlighting(x$0: SemanticHighlightingParams): Unit
Inherited from:
LanguageClient
def showMessage(x$0: MessageParams): Unit
Inherited from:
LanguageClient
def showMessageRequest(x$0: ShowMessageRequestParams): CompletableFuture[MessageActionItem]
Inherited from:
LanguageClient
def telemetryEvent(x$0: <FromJavaObject>): Unit
Inherited from:
LanguageClient
def unregisterCapability(x$0: UnregistrationParams): CompletableFuture[Void]
Inherited from:
LanguageClient
def workspaceFolders(): CompletableFuture[List[WorkspaceFolder]]
Inherited from:
LanguageClient