aiken-lang / aiken

A modern smart contract platform for Cardano
https://aiken-lang.org
Apache License 2.0
396 stars 82 forks source link

Aiken lsp hover back passing inside a block inside a when block #918

Open MicroProofs opened 2 months ago

MicroProofs commented 2 months ago

What Git revision are you using?

What operating system are you using, and which version?

Describe what the problem is?

Hovering over the backpassing syntax or anything below it should not highlight everything inside the when block and return bool type.

Screenshot 2024-04-30 at 10 41 25 PM

What should be the expected behavior?

The individual types should be accessible.