Skip to main content

Crate perl_lsp_folding

Crate perl_lsp_folding 

Source
Expand description

Folding range extraction for LSP textDocument/foldingRange

This module provides folding range extraction from the Perl AST, allowing editors to collapse/expand code sections.

Structs§

FoldingRange
Represents a foldable region in the code for LSP folding range support.
FoldingRangeExtractor
Extracts folding ranges from a Perl AST

Enums§

FoldingRangeKind
Classification of foldable regions for optimal editor experience.