Rust-analyzer/emacs question

i'm using lsp-mode and rust-analyzer, and it's generally quite useful, but the one thing i miss is being able to easily see the full error message with all the help messages and suggestions.

is there some key sequence i can use to show this? preferably along with buttons to quickly apply suggestions.

2 Likes

C-c C-c C-k (rustic-cargo-check)
M-x lsp-execute-code-actions

You can of course customize keybindings

1 Like