struct LSP::Command

Included Modules

Defined in:

lsp/protocol/command.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def arguments : Array(String) | Nil #

Arguments that the command handler should be invoked with.


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

Arguments that the command handler 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]
def title : String #

Title of the command, like save.


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

Title of the command, like save.


[View source]