Joel Flaig
Joel Flaig
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? I would like...
The code below produces a LSP parser crash. ```mojo struct Type(CollectionElement): var data: Int fn __init__(inout self, num: Int): self.data = num fn __moveinit__(inout self, owned other): self.data = other.data...
Thanks for this awesome plugin, it helped me a lot !
I added this, because i found it annoying not being able to toggle groups by default
**Describe the bug** Box rendering does not look as i expected. **Expected behavior** I expected the vertical box lines to be unbroken. **Screenshots**  ...