struct
LSP::DidSaveTextDocumentParams
- LSP::DidSaveTextDocumentParams
- Struct
- Value
- Object
Included Modules
Defined in:
notifications/text_synchronization/did_save.crConstructors
Instance Method Summary
-
#text : String | Nil
Optional, the content when saved.
-
#text=(text : String | Nil)
Optional, the content when saved.
-
#text_document : TextDocumentIdentifier
The document that was saved.
-
#text_document=(text_document : TextDocumentIdentifier)
The document that was saved.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
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.
def text=(text : String | Nil)
#
Optional, the content when saved. Depends on the includeText value when the save notification was requested.