how can I hide/disable the huge ?hints? in rust. #3586
-
I'd like to hide/disable the preview of tokio::spawn when writing within the closure. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Aug 28, 2022
Replies: 1 comment 1 reply
-
You can disable signature help entirely or just the documentation preview with config: https://docs.helix-editor.com/master/configuration.html#editorlsp-section Recently rust-analyzer was patched to not show signature help on multi-line expressions though: rust-lang/rust-analyzer@ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
j-piccolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable signature help entirely or just the documentation preview with config: https://docs.helix-editor.com/master/configuration.html#editorlsp-section
Recently rust-analyzer was patched to not show signature help on multi-line expressions though: rust-lang/rust-analyzer@
4bb5df0
(#11791) which is in rust-analyzer 2022-03-28 or newer