Kirill Bulatov

Results 478 comments of Kirill Bulatov

And the `test_multiple_excerpts_large_multibuffer` test failure is my fault, I'm about to merge the last PR on the topic that makes it stable: https://github.com/zed-industries/zed/pull/7399 Restarted the tests meanwhile.

I have no good idea how to combine those, mainly due to the fact that helm is context-dependent, if I understand it correctly? So a certain yaml file like https://github.com/helm/examples/blob/main/charts/hello-world/templates/deployment.yaml...

The only other report seems to be https://github.com/zed-industries/zed/issues/7252#issuecomment-1922451136 and that also seems fixed? Closing for now.

Here's a video that I've recorded on the fresh Zed version with both bindings. https://github.com/zed-industries/zed/assets/2690773/6fcc2840-e7fa-4044-9816-08e609af1952 In the bottom left corner of the video, keybindings are shown: * backspace: ⌫ *...

This looks simple to fix: Project panel responds to deletion action and opens the prompt here: https://github.com/zed-industries/zed/blob/dab886f4794e8d14cc82dc8e4906e93b78aa8fe8/crates/project_panel/src/project_panel.rs#L797-L802 One could extend that `Delete` struct to accept `prompt: boolean` parameter and rework...

Great news! I'm afraid I have no idea why `print_completion_item` does not print, but do you say that non-dev mode works just fine?

Great point about VSCode, I've tried to use https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity extension and found its functionality quite morbid too. Speaking of > error indication I've noticed that VSCode's plugin is able to...

Thank you, that makes things more comparable indeed! At least, the formatting functionality and zero error highlights behavior matches now. Yet, that plugin shows hovers and allows to go to...

I see that things like Java are being added as Zed extensions: https://github.com/zed-industries/extensions/pull/57 There seems to be slightly less nitpicking in reviews for such PRs (at least, I'm not reviewing...

Initial step for static runnables had been implemented here: https://github.com/zed-industries/zed/pull/8009 Will test it for some while, and move onto next steps, involving more dynamic runnables. Current plan to follow to...