Add foldings to COBOL source files
By default, the foldings are enabled.
But you can disable the foldings for a project, with the following workspace configuration:
"cobolFolding.enabled": false // true, by default
The extension is dependent of the extension Explicit Folding which is doing all the folding.
The current extension is only providing a set of rules to that extension.
@FALLAI-Denis is the instigator for me to create this extension.
So if the extension is useful to you, don't forget to also give him a thank 😉
Enjoy!