Skip to content

zokugun/vscode-cobol-folding

Repository files navigation

COBOL Folding

License Visual Studio Marketplace Version Visual Studio Marketplace Installs

Add foldings to COBOL source files

Configuration

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

Dependency

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.

Mention

@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!