public interface NotebookDocumentService
| Modifier and Type | Method and Description |
|---|---|
void |
didChange(DidChangeNotebookDocumentParams params)
The change notification is sent from the client to the server when a notebook document changes.
|
void |
didClose(DidCloseNotebookDocumentParams params)
The close notification is sent from the client to the server when a notebook document is closed.
|
void |
didOpen(DidOpenNotebookDocumentParams params)
The open notification is sent from the client to the server when a notebook document
is opened.
|
void |
didSave(DidSaveNotebookDocumentParams params)
The save notification is sent from the client to the server when a notebook document is saved.
|
void didOpen(DidOpenNotebookDocumentParams params)
notebook in its ServerCapabilities.notebookDocumentSync capability.
Registration Options: NotebookDocumentSyncRegistrationOptions
Since 3.17.0
void didChange(DidChangeNotebookDocumentParams params)
notebook
in its ServerCapabilities.notebookDocumentSync capability.
Registration Options: NotebookDocumentSyncRegistrationOptions
Since 3.17.0
void didSave(DidSaveNotebookDocumentParams params)
notebook
in its ServerCapabilities.notebookDocumentSync capability.
Registration Options: NotebookDocumentSyncRegistrationOptions
Since 3.17.0
void didClose(DidCloseNotebookDocumentParams params)
notebook
in its ServerCapabilities.notebookDocumentSync capability.
Registration Options: NotebookDocumentSyncRegistrationOptions
Since 3.17.0