We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i enable the completion-replace option, using the cursor hover, the replace miss the last character of the previous word.
I tried this:
I expected this to happen:
the completion-replace should replace the entire previous word.
I am using helix 23.10 (f6021dd) and pylsp
config.toml: preview-completion-insert = true completion-replace = true
Linux Fedora 39
GNOME terminal
dnf
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered:
please attach a log file these kinds of issues are often hard to reproduce since we don't select the replaced word but rather the server does
Sorry, something went wrong.
Hello, here the helix.log: helix.log
i have similar problem with completion "insert" ( completion-replace = false ), better to open another issue ? Thank you
Successfully merging a pull request may close this issue.
Summary
When i enable the completion-replace option, using the cursor hover, the replace miss the last character of the previous word.
Reproduction Steps
I tried this:
I expected this to happen:
the completion-replace should replace the entire previous word.
I am using helix 23.10 (f6021dd) and pylsp
config.toml:
preview-completion-insert = true
completion-replace = true
Platform
Linux Fedora 39
Terminal Emulator
GNOME terminal
Installation Method
dnf
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: