-
When developing, I like to collapse functions or blocks that are not relevant to what I'm trying to do. The latest release of Lapce (0.1.2) does not seem to support this, which makes it a deal-breaker…
-
I originally asked about line folding here: https://github.com/rxi/lite-plugins/issues/30#issue-617637112 but was told it is out of scope due to limitations of `DocView`. Would this now be possible? B…
-
Hi ! I use bootstrap multiselect in my site. It's a great plugin.
But my list is very long and i want to improve this.
I would like to know if it's possible to make optgroup folding. By default, the …
-
Type: Bug
The code folding feature in Visual Studio Code is experiencing issues. Sometimes, code blocks cannot be folded or unfolded, requiring a restart of VSCode to resolve the issue. Additionally…
-
Is there any plan to add a `code_folding` option to `pagedown::html_paged:` ? I tried the following but it did not work as expected:
```
output:
pagedown::html_paged:
theme: default
c…
-
# Feature description or problem with existing feature
I would like to be able to configure the following:
- [x] Fold the last line of the region
- [ ] Fold the docblock together with the element i…
-
title.
-
There is good documentation of how to do this here:
http://www.eclipse.org/articles/Article-Folding-in-Eclipse-Text-Editors/folding.html
The reason I really wanted this feature was for folding of the…
-
First of all, thank you @mattiasnordin ! StataEditor works like a charm for me. This is a feature request, not a bug report. Stata Editor in ST3 is in many ways superior to Stata's own do-file editor.…
-
Stata language offers code folding capabilities with curly brackets. Starting and ending brackets have to be on new line with no other content. For example:
```
* some code
{
gen variable
}
``…