struct

LSP::PrepareRenameResult

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

The range of the symbol that would be renamed, and the text the client should use as its placeholder.

Constructors

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

Instance methods

placeholder
Source
placeholder=(placeholder : String)
Source
range
Source
range=(range : Range)
Source