effekt-lang / effekt-lang/effekt
Show resume in the bindings of the hole panel
Open
area:lsp
quality-of-life
- Dominant language
- Scala
- Stars
- 469
- Forks
- 41
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 23
Description
I don't quite know whether this issue should be here or on `effekt-vscode`, but I'd like to see the type of resume when I'm in a handler:
```scala
try { [1, 2, 3].each }
with emit[Int] { n =>
<> // here, I'd like to also have the "locally bound" `resume` of the correct type, if possible
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.