LSP::DidSaveTextDocumentParams
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
text
Optional, the content when saved. Depends on the includeText value when the save notification was requested.
text=(text : String | Nil)
Optional, the content when saved. Depends on the includeText value when the save notification was requested.