struct

LSP::Data::TextDocumentClientCapabilities::Rename

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

dynamic_registration

Whether rename supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool)

Whether rename supports dynamic registration.

Source
prepare_support

Client supports testing for validity of rename operations before execution.

Source
prepare_support=(prepare_support : Bool)

Client supports testing for validity of rename operations before execution.

Source