Marian Šimeček
Marian Šimeček
Hi, I really like this plugin. Any chance that you implement this feature? I really like the second idea. Same like **title** pulls from related entity.
Oops, I didn't know that destructuring an object would lose reactivity. What's funny is that I use only stores with array $state, and in this case, destructuring doesn't cause reactivity...
Same problem here.
@montasellx I did some digging and found that the problem isn't with this library but with the browser. When you try debugging it, you find that the bottleneck is GPU...
Hi, can´t get it working with typescript LSP. I have this in `languages.toml` ```toml [[language]] name = "typescript" code-actions-on-save = ["source.sortImports"] ``` logs: ``` 2023-11-09T20:39:17.277 helix_term::commands [DEBUG] Attempting code action...
> Do you get the expected code actions from within the editor when selecting over the entire file; `%-space-a`? Unfortunately, neither.
First I really love this PR, one step closer to being able to use this editor daily. Thank you for your work. Some of my thoughts: - `l, right` Expand...
@alexfalconflores It was fixed in [0.130.4](https://zed.dev/releases/stable/0.130.4) https://github.com/zed-industries/zed/issues/7947 
@nathansbradshaw Hi, I am asking nicely, do you have any updates? I have looked into that, but unfortunately, I have no Rust experience, so I was not very successful. I...
@muuvmuu I know, I installed it successfully. But the extension is not finished, and I was thinking that I could do something about it.