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

Registration options for a {@link CodeLensRequest}.

Link to this section Summary

Functions

Fields

  • document_selector: A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.
  • resolve_provider: Code lens has a resolve provider as well.

Link to this section Types

@type t() :: %GenLSP.Structures.CodeLensRegistrationOptions{
  document_selector: GenLSP.TypeAlias.DocumentSelector.t() | nil,
  resolve_provider: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.CodeLensRegistrationOptions{}

View Source (struct)

fields

Fields

  • document_selector: A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.
  • resolve_provider: Code lens has a resolve provider as well.