struct LSP::DidSaveTextDocumentParams
- LSP::DidSaveTextDocumentParams
- Struct
- Value
- Object
Included Modules
Defined in:
notifications/text_synchronization/did_save.crConstructors
Instance Method Summary
-
#text : String?
Optional, the content when saved.
-
#text=(text : String?)
Optional, the content when saved.
- #text_document : TextDocumentIdentifier
- #text_document=(text_document : TextDocumentIdentifier)
Constructor Detail
Instance Method Detail
def text : String?
#
Optional, the content when saved. Depends on the includeText value when the save notification was requested.
def text=(text : String?)
#
Optional, the content when saved. Depends on the includeText value when the save notification was requested.