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
When using expand_selection on a method name, it first expands to the receiver and only then covers the arguments, instead of selecting the whole method call at once.
Reproduction Steps
I tried this:
hx
:set-language rust
write
fnmain(){
a.b(c);}
Go to b
Use expand_selection (alt+o)
I expected this to happen: selection covers the whole a.b(c) method call.
Instead, this happened: selection only covers a.b.
Summary
When using
expand_selection
on a method name, it first expands to the receiver and only then covers the arguments, instead of selecting the whole method call at once.Reproduction Steps
I tried this:
hx
:set-language rust
b
expand_selection
(alt+o)I expected this to happen: selection covers the whole
a.b(c)
method call.Instead, this happened: selection only covers
a.b
.Compare this to vscode+rust-analyzer:
Helix log
Not important
Platform
Linux
Terminal Emulator
alacritty 0.14.0
Installation Method
nix flake
Helix Version
helix 24.7 (9dcc1f0)
The text was updated successfully, but these errors were encountered: