struct

LSP::TextDocumentClientCapabilities::RenameClientCapabilities

Inherits JSON::Serializable < LSP::Initializer < 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 | Nil)

Whether rename supports dynamic registration.

Source
prepare_support

Client supports testing for validity of rename operations before execution.

Source
prepare_support=(prepare_support : Bool | Nil)

Client supports testing for validity of rename operations before execution.

Source