Ruslan Prakapchuk

Results 102 comments of Ruslan Prakapchuk

Yes, you are right, making it a param to the build script is a better idea.

The language server reports an error at range `{"start":{"line":356,"character":0},"end":{"line":356,"character":0}}` which is zero-based (so it's line 357 in Kakoune's one-based). It seems to be actually pointing to the beginning of the...

That's true, kak-lsp misses quite a bit of advanced LSP methods. Some of them are challenging to implement properly with full multi-selection support, and some are relatively easy but are...

Yes, I think it would be useful to have this done. It should be much easier to implement now because we have textEdit counterparts in lsp.kak. The only problem which...

Unfortunately I still don't know how to solve bottleneck I flagged in my previous comment. I raised an issue in Kakoune repo to get some advice.

This issue seems to be solvable now when we've got completions-commands branch in Kakoune, which I think eventually will be merged. It's still non-trivial, though. 1. Applying and clearing textEdit...

Does anyone want to give this issue a go? I consistently find myself failing to allocate enough time to have a proper look into it. This is a non-trivial feature...

Waiting on https://github.com/mawww/kakoune/issues/2898

> it seems that the argument to the InsertCompletionHide hook is empty if you use to accept the completion. @mawww do you have any ideas why is this the case?

It might be a bit inefficient as it would require a storm of calls to the language server to highlight everything in the buffer, but I think it's totally doable.