struct LSP::Command
- LSP::Command
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/command.crConstructors
Instance Method Summary
-
#arguments : Array(String) | Nil
Arguments that the command handler should be invoked with.
-
#arguments=(arguments : Array(String) | Nil)
Arguments that the command handler should be invoked with.
-
#command : String
The identifier of the actual command handler.
-
#command=(command : String)
The identifier of the actual command handler.
-
#title : String
Title of the command, like
save
. -
#title=(title : String)
Title of the command, like
save
.
Constructor Detail
Instance Method Detail
Arguments that the command handler should be invoked with.
Arguments that the command handler should be invoked with.