LSP::TextEdit
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
new_text=(new_text : String)
The string to be inserted. For delete operations use an empty string.
range
The range of the text document to be manipulated. To insert text into a document create a range where start === end.
range=(range : Range)
The range of the text document to be manipulated. To insert text into a document create a range where start === end.