View Source GenLSP.Structures.DidOpenTextDocumentParams (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.DidOpenTextDocumentParams{}

View Source (struct)

fields

Fields

  • text_document: The document that was opened.