LSP::DidOpenNotebookDocumentParams
Inherits JSON::Serializable < Struct < Value < Object
The params sent in a open notebook document notification.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
cell_text_documents=(cell_text_documents : Array(TextDocumentItem))
The text documents that represent the content of a notebook cell.
notebook_document=(notebook_document : NotebookDocument)
The notebook document that got opened.