zokugun / vscode-explicit-folding

Customize your Folding for Visual Studio Code
MIT License
95 stars 14 forks source link

Autofold vs. manual fold #98

Open SG-A47 opened 1 year ago

SG-A47 commented 1 year ago

Hi,

with option autofold: true, I can fold every region. When I set autofold: false, everthing is unfold again. But when I fold some regions manually, they stay folded no matter option autofold is set. How can I unfold all regions, even the manually folded ones? Here are the options in work: "editor.foldingStrategy": "auto", "editor.defaultFoldingRangeProvider": "zokugun.explicit-folding",
"workbench.colorTheme": "Blackboard", "editor.showFoldingControls": "always", "notebook.showFoldingControls": "always", "editor.folding": true, "explicitFolding.debug": false, "explicitFolding.wildcardExclusions": ["cobol"],
"explicitFolding.delay": 0,

Regards

daiyam commented 1 year ago

use shortcuts: https://code.visualstudio.com/docs/editor/codebasics#_folding

SG-A47 commented 1 year ago

Don´t runs in hlasm-code.

SG-A47 commented 1 year ago

May be Default folding Range Provider is Explicit Folding?