dotty.tools.languageserver.worksheet

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object ReplProcess

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Worksheet

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Worksheet.type
trait WorksheetClient extends LanguageClient

A LanguageClient that supports worksheet-specific notifications.

A LanguageClient that supports worksheet-specific notifications.

Attributes

Supertypes
trait LanguageClient
class Object
trait Matchable
class Any
Known subtypes
trait DottyClient
case class WorksheetRunOutput(textDocument: VersionedTextDocumentIdentifier, range: Range, content: String)

The parameters to the worksheet/publishOutput notification.

The parameters to the worksheet/publishOutput notification.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class WorksheetRunParams(textDocument: VersionedTextDocumentIdentifier)

The parameter for the worksheet/run request.

The parameter for the worksheet/run request.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class WorksheetRunResult(success: Boolean)

The response to a worksheet/run request.

The response to a worksheet/run request.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type