vscode-explicit-folding icon indicating copy to clipboard operation
vscode-explicit-folding copied to clipboard

Customize your Folding for Visual Studio Code

Results 28 vscode-explicit-folding issues
Sort by recently updated
recently updated
newest added
trafficstars

Is there a way to define which fold takes precedence when there are multiple matches in one line? For example, looking at the debug output I see ``` [main] line:...

Why do I need to go to a website to see all the documentation of the extension? Solution * include the content of the docs folder in the `README.md` file...

I do *not* want to use this be default, but only for languages I specify. How do I tell VSCode (actually Codium) to ignore this plugin unless I've specified it...

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...

Considering the line above a free-standing opening bracket as the parent for folding. Like so: ![2024-06-04 13_02_45](https://github.com/zokugun/vscode-explicit-folding/assets/165439707/145fe16e-1698-4aeb-aa6d-6247285dc38c) ![2024-06-04 13_02_51](https://github.com/zokugun/vscode-explicit-folding/assets/165439707/fcff9783-8c7e-4200-8ede-76c1105670ee) Whereas the experience in VSCode is considerably worse: ![2024-06-04 13_19_33](https://github.com/zokugun/vscode-explicit-folding/assets/165439707/12dc86c2-3fe5-45e4-b2de-5a9bf8dd790f) ![2024-06-04...

my setting.json: "editor.foldingStrategy": "auto", "editor.defaultFoldingRangeProvider": "zokugun.explicit-folding", "explicitFolding.rules": { "*": [ { "begin": "{{{", "end": "}}}" }, { "begin": "{", "end" : "}" }, // { // "begin": "(", // "end"...

Open YML file with extension enabled - observe there is no folding available

## Describe the issue When using an extension like `Better Folding` or `rust-analyzer`, it can happen that you end up with folds in your file that do not originate from...