Thorsten Ball
Thorsten Ball
Thanks @allyfx! Very helpful. One question: when you open an empty new buffer, with no language set, do you agree that it works as expected? i.e. the input handling is...
Doesn't fix _this_ yet, but it's certainly one first improvement: https://github.com/zed-industries/zed/pull/7488
Doesn't fix _this_ yet either, but here's the next improvement: https://github.com/zed-industries/zed/pull/7494
Here's the final fix: https://github.com/zed-industries/zed/pull/7611
I think the last two characters are backtick and tilde: ``` \``, *, ~, ` ```
Hey! Just so I understand this correctly: this is only about the case when accepting autocomplete-suggestions, right?
Fixed by https://github.com/zed-industries/zed/pull/7265
I have `ruby-lsp` successfully booting up in https://github.com/zed-industries/zed/pull/8613. Problem seems to be that completions don't really work (it completes `A` to `ApplicationController`, but it won't complete a local method). It...
I'm not saying it diverges from the protocol, I'm saying it implements it in a different way than the other language servers we use. Concrete example that I just ran...
Okay, sorry, correction! `ruby-lsp` does send us this: ```json { "id": 0, "result": { "capabilities": { "positionEncoding": "utf-16", "textDocumentSync": { "openClose": true, "change": 2 }, "completionProvider": { "triggerCharacters": [ "/"...