dotty.tools.languageserver

Type members

Classlikes

A LanguageClient that regroups all language server features

A LanguageClient that regroups all language server features

class DottyLanguageServer extends LanguageServer with TextDocumentService with WorkspaceService with WorksheetService with TastyDecompilerService

An implementation of the Language Server Protocol for Dotty.

An implementation of the Language Server Protocol for Dotty.

You should not have to directly this class, instead see dotty.tools.languageserver.Main.

For more information see:

Companion:
object
Companion:
class
object Main

Run the Dotty Language Server.

Run the Dotty Language Server.

object Memory