View Source GenLSP.Enumerations.FoldingRangeKind (gen_lsp v0.10.0)

A set of predefined range kinds.

Link to this section Summary

Functions

Folding range for a comment

Folding range for an import or include

Folding range for a region (e.g. #region)

Link to this section Types

Link to this section Functions

@spec comment() :: String.t()

Folding range for a comment

@spec imports() :: String.t()

Folding range for an import or include

@spec region() :: String.t()

Folding range for a region (e.g. #region)