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

The client capabilities of a {@link CodeLensRequest}.

Link to this section Summary

Functions

Fields

  • dynamic_registration: Whether code lens supports dynamic registration.

Link to this section Types

@type t() :: %GenLSP.Structures.CodeLensClientCapabilities{
  dynamic_registration: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.CodeLensClientCapabilities{}

View Source (struct)

fields

Fields

  • dynamic_registration: Whether code lens supports dynamic registration.