dotty.tools.languageserver.worksheet

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Worksheet

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait WorksheetClient extends LanguageClient

A LanguageClient that supports worksheet-specific notifications.

A LanguageClient that supports worksheet-specific notifications.

Attributes

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

The parameters to the worksheet/publishOutput notification.

The parameters to the worksheet/publishOutput notification.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class WorksheetRunParams(textDocument: VersionedTextDocumentIdentifier)

The parameter for the worksheet/run request.

The parameter for the worksheet/run request.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class WorksheetRunResult(success: Boolean)

The response to a worksheet/run request.

The response to a worksheet/run request.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type