-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text edits which have the same start position are reversed #281
Comments
In the golang/tools, the |
It is deprecated in the golang/tools. |
The reason for the deprecated status was not related to this project, so I think that we can continue to use the |
If anybody could help me for testing them, give me your help. |
I will try to check this issue using Eglot. |
📝 I finished testing for vim-lsp, helix and coc.nvim. |
I checked Eglot. It worked the same way as vim-lsp. |
I believe that the TL;DR of this is that the fix recently introduced in neovim was not a fix, but a regression in fact. |
yes, it has fixed in Neovim! |
In LSP spec, an order of the text-edits which have the same start position should be applied in order of them.
Neovim LSP client was applied them in reversed order, but it's fixed in neovim/neovim#29202.
So now, formatting some continuous lines with efm-langserver, text lines are reversed.
Please see the issue neovim/neovim#29392 for steps to reproduce and details.
The text was updated successfully, but these errors were encountered: