struct LSP::ExecuteCommandParams

Included Modules

Defined in:

lsp/workspace_features/execute_command.cr

Constructors

Instance Method Summary

Instance methods inherited from module LSP::WorkDoneProgressParams

work_done_token : ProgressToken | Nil work_done_token, work_done_token=(work_done_token : ProgressToken | Nil) work_done_token=

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def arguments : Array(JSON::Any) | Nil #

Arguments that the command should be invoked with.


[View source]
def arguments=(arguments : Array(JSON::Any) | Nil) #

Arguments that the command should be invoked with.


[View source]
def command : String #

The identifier of the actual command handler.


[View source]
def command=(command : String) #

The identifier of the actual command handler.


[View source]