struct LSP::TextDocumentSyncOptions
- LSP::TextDocumentSyncOptions
- Struct
- Value
- Object
Included Modules
Defined in:
base/capabilities/server_capabilities.crConstructors
Instance Method Summary
-
#change : TextDocumentSyncKind?
Change notifications are sent to the server.
-
#change=(change : TextDocumentSyncKind?)
Change notifications are sent to the server.
- #open_close : Bool?
- #open_close=(open_close : Bool?)
Constructor Detail
Instance Method Detail
def change : TextDocumentSyncKind?
#
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.
def change=(change : TextDocumentSyncKind?)
#
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKind.Incremental. If omitted it defaults to TextDocumentSyncKind.None.