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

Code Lens provider options of a {@link CodeLensRequest}.

Link to this section Summary

Functions

Fields

  • resolve_provider: Code lens has a resolve provider as well.
  • work_done_progress

Link to this section Types

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

Link to this section Functions

Link to this function

%GenLSP.Structures.CodeLensOptions{}

View Source (struct)

fields

Fields

  • resolve_provider: Code lens has a resolve provider as well.
  • work_done_progress