client

langoustine.lsp.requests.client
object client

Attributes

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
client.type

Members list

Type members

Classlikes

The client/registerCapability request is sent from the server to the client to register a new capability handler on the client side.

The client/registerCapability request is sent from the server to the client to register a new capability handler on the client side.

Attributes

Source
requests.scala
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type

The client/unregisterCapability request is sent from the server to the client to unregister a previously registered capability handler on the client side.

The client/unregisterCapability request is sent from the server to the client to unregister a previously registered capability handler on the client side.

Attributes

Source
requests.scala
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type