GenLSP.Enumerations.FoldingRangeKind (gen_lsp v0.0.4)
A set of predefined range kinds.
Link to this section Summary
Link to this section Types
@type t() :: String.t()
Link to this section Functions
Link to this function
comment()
@spec comment() :: String.t()
Folding range for a comment
Link to this function
imports()
@spec imports() :: String.t()
Folding range for an import or include
Link to this function
region()
@spec region() :: String.t()
Folding range for a region (e.g. #region
)