DottyClient

dotty.tools.languageserver.DottyClient

A LanguageClient that regroups all language server features

Attributes

Graph
Supertypes
trait LanguageClient
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def applyEdit(x$0: ApplyWorkspaceEditParams): CompletableFuture[ApplyWorkspaceEditResponse]

Attributes

Inherited from:
LanguageClient
def configuration(x$0: ConfigurationParams): CompletableFuture[List[<FromJavaObject>]]

Attributes

Inherited from:
LanguageClient
def logMessage(x$0: MessageParams): Unit

Attributes

Inherited from:
LanguageClient
def publishDiagnostics(x$0: PublishDiagnosticsParams): Unit

Attributes

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.

Attributes

Inherited from:
WorksheetClient
def registerCapability(x$0: RegistrationParams): CompletableFuture[Void]

Attributes

Inherited from:
LanguageClient
@Beta
def semanticHighlighting(x$0: SemanticHighlightingParams): Unit

Attributes

Inherited from:
LanguageClient
def showMessage(x$0: MessageParams): Unit

Attributes

Inherited from:
LanguageClient
def showMessageRequest(x$0: ShowMessageRequestParams): CompletableFuture[MessageActionItem]

Attributes

Inherited from:
LanguageClient
def telemetryEvent(x$0: <FromJavaObject>): Unit

Attributes

Inherited from:
LanguageClient
def unregisterCapability(x$0: UnregistrationParams): CompletableFuture[Void]

Attributes

Inherited from:
LanguageClient
def workspaceFolders(): CompletableFuture[List[WorkspaceFolder]]

Attributes

Inherited from:
LanguageClient