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)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
placeholder
Sourceplaceholder=(placeholder : String)
Sourcerange
Sourcerange=(range : Range)
Source