You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
although the codeAction behavior in Neovim native LSP seems kinda buggy.
The first time you trigger a codeAction, it didn't pass the correct line number/character (it passes -1 or some such) instead of the selected range, but afterwards it worked fine, though its visual selection behavior seems kinda wonky (though to give it credit, it's the only LSP client that actually tried to preserve visual selection at all).
I suspect that this might be either a bug in neovim LSP client or maybe vim-lsp/ALE is just a bit more tolerant of incomplete initialization that python-lsp-server/pylsp-rope currently isn't doing.
The text was updated successfully, but these errors were encountered:
Description
Adding details from this discussion thread.
Neovim native client worked, kinda. It does require two bits of special configuration to make range selection work in visual selection mode:
although the codeAction behavior in Neovim native LSP seems kinda buggy.
The first time you trigger a codeAction, it didn't pass the correct line number/character (it passes -1 or some such) instead of the selected range, but afterwards it worked fine, though its visual selection behavior seems kinda wonky (though to give it credit, it's the only LSP client that actually tried to preserve visual selection at all).
I suspect that this might be either a bug in neovim LSP client or maybe vim-lsp/ALE is just a bit more tolerant of incomplete initialization that python-lsp-server/pylsp-rope currently isn't doing.
The text was updated successfully, but these errors were encountered: