View source
class DidOpenNotebookDocumentNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
A notification sent when a notebook opens.
Available since
3.17.0
.A notification sent when a notebook opens.
3.17.0
.staticfinalinlineread onlytype:ProtocolNotificationType<DidOpenNotebookDocumentParams, NoData> = new ProtocolNotificationType<DidOpenNotebookDocumentParams,NoData>("notebookDocument/didOpen")