struct

LSP::RenameFile

Inherits JSON::Serializable < Struct < Value < Object

Rename file operation

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotation_id

An optional annotation identifier describing the operation.

Source
annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil)

An optional annotation identifier describing the operation.

Source
kind
Source
new_uri

The new location.

Source
new_uri=(new_uri : String)

The new location.

Source
old_url

The old (existing) location.

Source
old_url=(old_url : String)

The old (existing) location.

Source
options

Rename options.

Source
options=(options : RenameFileOptions | Nil)

Rename options.

Source