-
I think braces became optional in scala3 but the auto indent seems to not be working properly.
![image](https://github.com/scalameta/metals-zed/assets/6582802/6526446e-7569-44dc-b01c-6cae733bfceb)…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33979](https://bugs.llvm.org/show_bug.cgi?id=33979) |
| Status | NEW |
| Importance | P enhancemen…
-
Hey all!
The other creator of [django-braces](https://github.com/brack3t/django-braces) and myself no longer have time or inclination to support the project. It doesn't require much upkeep, mostly …
-
# Do not create issues related to braces
**TLDR;** _Delete all lock files_, then reinstall. This was fixed a long time ago. If you're still not sure what to do, please don't comment here, you will …
-
Yarpgen sometimes generates empty initializer lists, which are not allowed in strict C99.
yarpgen --seed=64 generates in driver.c:
```
tf_4_struct_2 tf_4_array_2 [4] = {{} , {} , {} , {} };
```
-
We're running into security vulnerabilities from
-
This is a feature request.
It would be nice to have an option to fold next-line-open-braces up the same line as the keyword and/or hide braces for single line blocks.
so code like this
do
…
-
**Version Used**: `1.39.10-net6.0`
**Steps to Reproduce**:
1. Have a C# file which includes something like the following:
```c#
if (true)
Console.WriteLine();
Console.Wri…
-
I'd like to be able to output the extras list in a more human-facing way.
Current:
```
logger.remove()
logger.add(sys.stderr, format="{time:HH:MM:ss} | {level} | {message} {extra}")
```
output…
-
Hi all,
I've come across other older [issues](https://github.com/microsoft/vscode/issues/40235) raised to have opening braces such as { automatically move down to the new line once enter is pressed a…