Replies: 1 comment
-
Another alternative would be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quite often in Rust, I do some refactor and I'm left with 15-30 symbols across many lines that are no longer used. I usually need to jump through all lines and use LSP action to remove all the unused ones.
Wouldn't it be cool if there was one action that just does it once and for all? I even wonder if it isn't some Helix quirk that prevents it from acting like that. If not, maybe I should open a feature request in rust-analyzer.
Beta Was this translation helpful? Give feedback.
All reactions