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
Mainly opening this issue so people can find it before reporting it themselves and seeing the work around given the new release today.
You can disable this behavior by setting the following setting
"rust-analyzer.typing.excludeChars": "<|"
(Note < is a default exclusion already)
So the issue is it inserts a second | to complete the closure param list, but while doing so it also moves the cursor one to the right outside of the param list!
The text was updated successfully, but these errors were encountered:
Mainly opening this issue so people can find it before reporting it themselves and seeing the work around given the new release today.
You can disable this behavior by setting the following setting
(Note
<
is a default exclusion already)So the issue is it inserts a second
|
to complete the closure param list, but while doing so it also moves the cursor one to the right outside of the param list!The text was updated successfully, but these errors were encountered: