View Source GenLSP.Structures.DidOpenTextDocumentParams (gen_lsp v0.10.0)
The parameters sent in an open text document notification
Link to this section Summary
Functions
Fields
- text_document: The document that was opened.
Link to this section Types
@type t() :: %GenLSP.Structures.DidOpenTextDocumentParams{ text_document: GenLSP.Structures.TextDocumentItem.t() }
Link to this section Functions
fields
Fields
- text_document: The document that was opened.