executeCommand

langoustine.lsp.requests.workspace.executeCommand
object executeCommand extends LSPRequest

A request send from the client to the server to execute a command. The request might return a workspace edit which the client will apply to the workspace.

Attributes

Graph
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Out = Opt[Value]

Value members

Concrete methods

override def apply(in: ExecuteCommandParams): PreparedRequest[this.type]

Attributes

Definition Classes

Inherited fields

val requestMethod: String

Attributes

Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]

Attributes

Inherited from:
requests_workspace_executeCommand (hidden)
given inputWriter: Writer[In]

Attributes

Inherited from:
requests_workspace_executeCommand (hidden)
given outputReader: Reader[Out]

Attributes

Inherited from:
requests_workspace_executeCommand (hidden)
given outputWriter: Writer[Out]

Attributes

Inherited from:
requests_workspace_executeCommand (hidden)