Kirill Bulatov

Results 478 comments of Kirill Bulatov

https://github.com/zed-industries/zed/issues/4831 had got that label, so now there's proof of existence. This one seems to be fixed and can be closed.

> I'm wondering if someone is willing to explain the degradation that caused it to be omitted If that's a reference to the missing client capabilities in the lsp.rs, most...

@ForLoveOfCats is welcome to chime in and correct me, but here's what I see: That comment seems to indicate the fact that we did query a lot of completions, and...

It is not even about the languages, as any non-single-whitespace symbol may offset, consider `alt-shift--` long hyphen: ``` hello — goodbye hello - goodbye ``` ----------------- The culprit seems to...

Here's the regex (copied from Alacritty code originally): https://github.com/zed-industries/zed/blob/7956a9a547949cf826d3e30f46c12a7edef67316/crates/terminal/src/terminal.rs#L382 and this is how we use it to match things: https://github.com/zed-industries/zed/blob/7956a9a547949cf826d3e30f46c12a7edef67316/crates/terminal/src/terminal.rs#L794 It would be great to write tests for those matches,...

I do not think Zed is ready to proceed with Java as a language due to project panel issues: all long.nested.package.names look really bad there and I believe there was...

@ABckh , I see the 👍 on my project panel proposal, so I assume you also agree we should prioritize that first. I will close this PR, just to avoid...

I personally prefer VSCode approach as it looks more compact, but no strong opinion here. Interactivity part of that approach is also compelling, but not sure if we need to...

Me and @osiewicz are working https://github.com/zed-industries/zed/issues/7108 It is not planned to be as fancy as in the video initially, but soon™ we expect to have a way to have `pyhonN...

https://github.com/zed-industries/zed/pull/10548 (will be part of Zed 0.132) had added language tasks to Bash and Python, allowing to run a selection, or the opened file via user's default shell or `python3`...