struct LSP::Message::Formatting
- LSP::Message::Formatting
- Struct
- Value
- Object
Overview
The document formatting request is sent from the client to the server to format a whole document.
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : Int64 | String, params : LSP::Message::Formatting::Params = Params.new)
Class Method Summary
Instance Method Summary
- #error_response_from_json(input)
- #id : Int64 | String
- #id=(id : Int64 | String)
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #method : String
- #method=(method : String)
- #new_error_response
- #new_response
- #params : Params
- #params=(params : Params)
- #response_from_json(input)