class LSProtocol::DidSaveTextDocumentParams
- LSProtocol::DidSaveTextDocumentParams
- Reference
- Object
Overview
The parameters sent in a save text document notification
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(text_document : TextDocumentIdentifier | Nil, text : String | Nil = nil)
Instance Method Summary
-
#text : String | Nil
Optional the content when saved.
-
#text_document : TextDocumentIdentifier
The document that was saved.
Constructor Detail
Instance Method Detail
def text : String | Nil
#
Optional the content when saved. Depends on the includeText value when the save notification was requested.