-
From https://github.com/google/heir/pull/94#issuecomment-1679029556
> we should add a poly.constant op to directly convert a #poly.polynomial to a !poly.poly without the need to go via tensors
T…
j2kun updated
3 weeks ago
-
This is to track discussions on the goal folding/ellipses feature.
Ideally, the threshold should not be based on a fixed number but on the window size. If it cannot fit, then some parts should be fol…
gares updated
2 months ago
-
In the future, we want do more involved things such as removing unnecessary lets (const folding, DCE, etc.). That is, those variables don't necessarily _need_ a state program. So, someone could write:…
-
```
DESCRIPTION:This is a lo
ng description
that exists on a long line.
```
should be interpreted as
```
DESCRIPTION:This is a long description that exists on a long line.
```
per https:…
-
Why PHP files do have code folding available only for curly braces ? If I inherit direct C style rendering into custom/user filetypes.php, it works, but then, I need to add all the keywords manually, …
hngts updated
5 months ago
-
It would be useful to be able to specify for a particular form how it should be folded. For example, a `let` could be folded to just show the variables it defines, `defn` could show the available arit…
-
![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…
-
Maybe I missed something ... I recently migrated my javascript project from netbeans to visual studio code ... in netbeans we use
```
//
...
//
```
for defining regions ... I saw I could modify…
-
Not sure if this is a tooling issue, or difference in results from Roslyn caused by a runtime/designtime compilation difference.
Example differences:
![image](https://github.com/user-attachments/a…
-
Is it possible to add folding? When working with large templates that have nested blocks, I would like to fold outer blocks so that I can see the overall structure.
Not sure if this is related or …