vscode-explicit-folding
vscode-explicit-folding copied to clipboard
Customize your Folding for Visual Studio Code
VSCode: 1.70.1 Explicit Folding: 0.21.0 Language: C I'm trying to fold code with sections like this: ```c /// Section A a b /// --- /// Section B c d ///...
### Discussed in https://github.com/zokugun/vscode-explicit-folding/discussions/86 Originally posted by **depascalis** August 13, 2022 Is it possible to have folding rules that only apply to specific filenames like `*.special.js` or `*.special`? If not...
I was looking for an extension that could do helm template folding for so long, thank you! Here's the settings I use, I hope it saves someone else some time...
## Versions used and details of configuration VSCode 1.67.1 (system setup) Explicit Folding v0.21.0 ## Description of issue I have this rule in my settings.JSON: ``` "explicitFolding.rules": { "arm": [...
Hi there, given this code ```js class A { /** * The Name */ name, /** The Age */ age, } ``` I want to get as close as possible...
When I change the option in folding strategy from auto to indentation and reopen vscode, it does remember which functions were folded and which weren't. However, this type of folding...
The suggested answer regarding why `\n` does not work, mentions that `$` must be used, but provides no example of how to do that using the Mozilla `regex` syntax. Likewise,...
## Describe the issue With hierarchical folding (separator / separatorRegex + descendants), it becomes difficult to see the scope of a folding. Would it be possible to materialize this scope...
## Describe the issue The expression of a back reference on an "endRegex" rule to a capaturing group in a "beginRegex" is parsed at the time of the "compilation" of...
## Describe the issue I want to use a declaration based on a `beginRegex` / `endRegex` with option `"nested": true`, and at the same time a hierarchical declaration of `separator`....