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

Provider options for a {@link DocumentLinkRequest}.

Link to this section Summary

Functions

Fields

  • resolve_provider: Document links have a resolve provider as well.
  • work_done_progress

Link to this section Types

@type t() :: %GenLSP.Structures.DocumentLinkOptions{
  resolve_provider: boolean() | nil,
  work_done_progress: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.DocumentLinkOptions{}

View Source (struct)

fields

Fields

  • resolve_provider: Document links have a resolve provider as well.
  • work_done_progress