Nate Bosch
Nate Bosch
There is a proposal to support returning an edit instead of a command: https://github.com/Microsoft/language-server-protocol/issues/178
@arp242 - Thanks for the pointer to `charcol`! Could you try the `multibyte-position` branch and confirm that it solves your issue? From my debugging it seems like it should, but...
> unfortunately it doesn't work for me. Do you see any errors? What specifically isn't working?
This is an interesting feature, it goes against my personal workflow but I'm curious to try it out. Are there specific keys that you want to be able to use...
@w0rp - is it possible to set diagnostics for files that aren't open yet? In `ale-loclist-format` I see that it is possible to have items for files that aren't open...
Thanks for the PR. I'm a little torn on the best way to handle this since I don't have a good understanding of how most servers and users use progress....
> I have no idea if that's possible. > > And it is highly likely that the above flow would not be the flow that others would want or like....
Hmm, I built a recent vim and I can't repro this...
ah, this is only when the definition is in the same file.
but it does go away after a few second...