struct LSP::PrepareRenameResult

Overview

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

Included Modules

Defined in:

requests/language_features/rename.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def placeholder : String #

[View source]
def placeholder=(placeholder : String) #

[View source]
def range : Range #

[View source]
def range=(range : Range) #

[View source]