View Source GenLSP.Structures.CodeLensClientCapabilities (gen_lsp v0.10.0)
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
fields
Fields
- dynamic_registration: Whether code lens supports dynamic registration.