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
Only the right portion of the line highlight in go to references are highlighted. This worked in last stable release but not current master.
hx
gr
I expected this to happen:
Whole line or just this variable is highlighted
Instead, this happened:
Highlight starts one space after the line, or when line wraps highlights also whitespaces in the middle of the wrap
No response
Ubuntu 22.10
Version 3.46.2 for GNOME 43
helix 22.12 (a4751db)
The text was updated successfully, but these errors were encountered:
Could you provide an asciinema recording or video or gif? I'm not sure I understand the issue you're seeing.
Also the logs when running in verbose mode (hx -v) would be helpful since this has to do with LSP interaction: https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file
hx -v
Sorry, something went wrong.
This might be unrelated to what you're seeing but I see in the code used by goto-definition/references/etc. that we use a point selection:
helix/helix-term/src/commands/lsp.rs
Line 206 in 2bebc50
We could use a selection on the item's range like we do for diagnostics (#4713)
Upon closer inspection, this appears to be a theming issue:
Stable Monokai:
Master Monokai (with line wrapping):
Master Monokai Pro:
I have a pretty good idea what is causing this and how to fix it. Will look into it later this week
pascalkuthe
Successfully merging a pull request may close this issue.
Summary
Only the right portion of the line highlight in go to references are highlighted. This worked in last stable release but not current master.
Reproduction Steps
hx
in Helixgr
I expected this to happen:
Whole line or just this variable is highlighted
Instead, this happened:
Highlight starts one space after the line, or when line wraps highlights also whitespaces in the middle of the wrap
Helix log
No response
Platform
Ubuntu 22.10
Terminal Emulator
Version 3.46.2 for GNOME 43
Helix Version
helix 22.12 (a4751db)
The text was updated successfully, but these errors were encountered: