LSP::AnnotatedTextEdit
Inherits JSON::Serializable < Struct < Value < Object
A special text edit with an additional change annotation.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
annotation_id
The actual annotation identifier. An identifier referring to a change annotation managed by a workspace edit
annotation_id=(annotation_id : String)
The actual annotation identifier. An identifier referring to a change annotation managed by a workspace edit
new_text
Sourcenew_text=(new_text : String)
Sourcerange
Sourcerange=(range : Range)
Source