Closed ThemiraChathumina closed 6 months ago
$subject. Related to https://github.com/ballerina-platform/plugin-intellij/issues/53
Brace matching algorithm is used for finding the content inside braces to fold. Import, comment and markdown doc string folding regions are captured by the related PSI tree nodes.
Import declaration
Markdown documentation
Comments
Braced content
Brace pipe content
Purpose
$subject. Related to https://github.com/ballerina-platform/plugin-intellij/issues/53
Approach
Brace matching algorithm is used for finding the content inside braces to fold. Import, comment and markdown doc string folding regions are captured by the related PSI tree nodes.
Samples
Import declaration
Markdown documentation
Comments
Braced content
Brace pipe content