Kirill Bulatov

Results 478 comments of Kirill Bulatov

I ended up merging that PR, thank you for the proposals list — I liked it also among the alternatives, and seems that other people agreed too.

Relevant LSP response part: ```json [ { "position": { "line": 73, "character": 16 }, "label": "move", "paddingLeft": false, "paddingRight": false }, { "position": { "line": 73, "character": 16 }, "label":...

A few notes related to the UX, based on a real Java project (https://github.com/vaadin/flow/) * Here, `flow-test-generic` has the action, but it does nothing — I would expect it either...

I seem to be unable to reproduce the issue in Zed 0.136.1: https://github.com/zed-industries/zed/assets/2690773/cef81683-320e-452f-a199-a8f7bdc466eb does anybody have it broken still?

Very odd, I seem to have replicated the settings, and also tried doing this on a Java project with tabs, which worked: https://github.com/zed-industries/zed/assets/2690773/82168447-ad13-4825-9ab8-4b93dbaa9dfd I would appreciate a project I could...

I do not think it's OS-dependent. I have installed `openjdk 21.0.3 2024-04-16` and Maven via the homebrew, did the steps said above and still seem to be able to input...

I am clueless then at this point then, sorry. Here's the place that reacts on the `tab` press and inserts the hard tab for me: https://github.com/zed-industries/zed/blob/42cd1785156f927deb59cabaae892d0e78164748/crates/editor/src/editor.rs#L4961 It is pretty much...

Please provide your codebase then (or any public repo that has the same symptoms), it gets quite hard to guess things based on your answers.

Thank you for the project example. Something odd is definitely going on here: I seem to be able to open and search files just fine: https://github.com/zed-industries/zed/assets/2690773/ca177285-de24-468d-a028-43d6f7e822b1 That project had been...