Closed yhslai closed 9 months ago
According to the changelog, Rust-Analyzer has a command openDocs. It should open the documentation for the symbol under the cursor.
openDocs
How could I call this from emacs?
If you are using lsp-mode, you need to use the function lsp-rust-analyzer-open-external-docs for it.
lsp-rust-analyzer-open-external-docs
According to the changelog, Rust-Analyzer has a command
openDocs
. It should open the documentation for the symbol under the cursor.How could I call this from emacs?