struct
LSP::RenameParams
- LSP::RenameParams
- Struct
- Value
- Object
Included Modules
Defined in:
requests/language_features/rename.crConstructors
Instance Method Summary
-
#new_name : String
The new name of the symbol.
-
#new_name=(new_name : String)
The new name of the symbol.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
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=
Instance methods inherited from module LSP::TextDocumentPositionParams
position : Position
position,
position=(position : Position)
position=,
text_document : TextDocumentIdentifier
text_document,
text_document=(text_document : TextDocumentIdentifier)
text_document=
Constructor methods inherited from module LSP::TextDocumentPositionParams
new(pull : JSON::PullParser)new(**args) new