vscode-explicit-folding
vscode-explicit-folding copied to clipboard
Customize your Folding for Visual Studio Code
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:   Whereas the experience in VSCode is considerably worse:  ![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...