-
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2024-03 (4.31.0)
Build id: 20240307-1437
Windows 11 23H2 x64
I was very surprised that code folding i…
-
### Check for existing issues
- [X] Completed
### Describe the feature
An awesome feature in the [makepad.dev](https://makepad.dev/) editor is the ability to fold all but the two outermost blocks o…
-
![folding](https://user-images.githubusercontent.com/4652710/58760428-e862df00-8537-11e9-920f-fa4d43e9b97f.png)
Dear Miguel,
Thank you for awesome extension!
I faced with a code folding problem…
-
### Description
It would be great if the web editor supported folds of certain elements. Folds are sections of source code which can be folded to only show as a single line.
An example in Visual…
-
**Describe the bug**
Extension fails to load.
**To Reproduce**
Steps to reproduce the behavior:
1. Update VS Code to latest version (1.94.0+)
2. Install this extension
3. Try to fold any part …
-
### Description
When inside the editor if you close every event, it close like this below image
### Steps To Reproduce
1. Start GameMaker
2. Open editor
3. Close all events ctrl-m
4. See the i…
-
The current implementation offers the ability to fold comments by using a language-dependent prefix called `foldPrefix` in the comment to collapse.
It's somehow confusing, as one could think only the…
-
- show folding marks (purely based on indentation level increases rn)
```py
class LineNumbers(Canvas):
def __init__(self, master, text=None, *args, **kwargs):
super().__init__(master, …
-
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…
-