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

Capabilities specific to the notebook document support.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • synchronization: Capabilities specific to notebook document synchronization

Link to this section Types

@type t() :: %GenLSP.Structures.NotebookDocumentClientCapabilities{
  synchronization: GenLSP.Structures.NotebookDocumentSyncClientCapabilities.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.NotebookDocumentClientCapabilities{}

View Source (struct)

fields

Fields

  • synchronization: Capabilities specific to notebook document synchronization

    @since 3.17.0