FoldingRangeKind
Description:
public enum FoldingRangeKind
Content:
Enum values:
- COMMENT - Folding range for a comment
- IMPORTS - Folding range for a imports
or includes
- REGION - Folding range for a region
(e.g. `#region`)
- UNKNOWN
Static methods:
- public static FoldingRangeKind from_string (string str)
Methods: