LSProtocol::RenameParams
Inherits JSON::Serializable / Reference / Object
The parameters of a RenameRequest.
Constructors
new(new_name : String | Nil, position : Position | Nil, text_document : TextDocumentIdentifier | Nil, work_done_token : ProgressToken | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
new_name
The new name of the symbol. If the given name is not valid the
request must return a ResponseError with an
appropriate message set.