-
# 🐛 Bug
Compiler V2 constant-folds (0u8 >> 8) to 0, while V1 leaves this operation in to abort at runtime.
The manual says the code "may abort" if the shift width is the same as the type size, s…
-
## Positron Version:
2024.04.0 build 1570
## Steps to reproduce the issue:
Add a Python code cell to a `.py` file:
```python
# %%
msg = "Hello World"
print(msg)
```
And/or an R code…
-
## Status
Code folding is now yet available.
## Request for Feedback
- Which elements of a Swift file should be foldable?
-
Hi, We are editing uBO filters in VS Code using VscodeAdblackSyntax. Can we use a symbol or a formatting to fold/collapse sections for presentation clarity?
Currently, we are using this presentati…
oeloo updated
2 weeks ago
-
TextMate grammar can define folding https://manual.macromates.com/en/navigation_overview
It should be cool if tm4e could provide the `org.eclipse.tm4e.ui.folding.TMFoldingStrategy` which supports t…
-
Is it possible to add code folding and still have a responsive interface?
-
This
````
---
title: "Test `code_folding`"
output:
conflr::confluence_document:
space_key: [my_space]
parent_id: [my_parent_id]
code_folding: hide
update: true
---
``…
-
Type: Bug
Since the last update, when I fold manually my code (any language, js, PHP, HTML, etc..), for example, I fold a part of my code, the UI become white and VS Code crash and disappear within …
-
-
The code folding seems flawed. When folding e.g. level 4 I would expect to collapse all text of level 4 headings (i.e. all h5 and below headings are hidden), but see the h4 headings (without text) and…