Ivan Yonchovski
Ivan Yonchovski
I don't think it will be hard to implement. We havennt fixed that issue due to the fact that it has a relatively low impact and it will affect performance.
So, the priority of the issue now is bigger.
@bkchr you have to fix both functions lsp--position-to-point and lsp--point-to-position. Also, AFAIK eglot has that function implemented.
@bkchr > @yyoncho could you maybe give me some pointer into the code? So, I could try to fix this issue? Did you start working on that?
Ok, I will take a look.
@bkchr - pushed a proposed fix at - https://github.com/yyoncho/lsp-mode/commit/aac9b6a10611ce9fcb4c9fe272f2835f0b6bb210
@itamarst the fix proposed at https://github.com/yyoncho/lsp-mode/commit/aac9b6a10611ce9fcb4c9fe272f2835f0b6bb210 should work(after rebasing).
I have to benchmark it and if it is slow at least allow using utf8 when server supports it
Looks fine, I want to give it some testing.
Thank you, and sorry for the delay.