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
I think it would be very useful if when I do mi(, and I'm not inside a parenthesis set, it would select a set further in the line (if exists), or even in the document (to match f and t behavior). For example, for the line:
fnfoo_bar_baz(arg_a:&str,arg_b:usize)// ^// cursor here
When hitting mi(, the arg_a: &str, arg_b: usize will get selected.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think it would be very useful if when I do
mi(
, and I'm not inside a parenthesis set, it would select a set further in the line (if exists), or even in the document (to matchf
andt
behavior). For example, for the line:When hitting
mi(
, thearg_a: &str, arg_b: usize
will get selected.Beta Was this translation helpful? Give feedback.
All reactions