struct LSP::RenameFile
- LSP::RenameFile
- Struct
- Value
- Object
Overview
Rename file operation
Included Modules
- JSON::Serializable
Defined in:
lsp/file_resource_changes.crConstructors
Instance Method Summary
- #annotation_id : ChangeAnnotationIdentifier | Nil
- #annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil)
- #kind : String
- #new_uri : String
- #new_uri=(new_uri : String)
- #old_url : String
- #old_url=(old_url : String)
-
#options : RenameFileOptions | Nil
Rename options.
-
#options=(options : RenameFileOptions | Nil)
Rename options.