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
But, of course, eglot and other clients seem to work after that commit.
Steps to reproduce
With the most recent commit of rust-analyzer and the most recent commit of lsp-mode, start Emacs with a minimal configuration and open a Rust file. Edit it to contain:
fnmain(){Pin// <-- Cursor here.}
Expected behavior
The paths to completion items should be displayed.
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
When used with
rust-analyzer
,lsp-mode
does not show the paths to items in the completion pop-up. E.g.:Comparatively,
eglot
does, and this is the behavior I would expect. E.g.:This is testing with the latest current commit of
lsp-mode
and the latest commit ofrust-analyzer
.Prior to this
rust-analyzer
PR,lsp-mode
does exhibit the correct behavior:But, of course, eglot and other clients seem to work after that commit.
Steps to reproduce
With the most recent commit of
rust-analyzer
and the most recent commit oflsp-mode
, start Emacs with a minimal configuration and open a Rust file. Edit it to contain:Expected behavior
The paths to completion items should be displayed.
Which Language Server did you use?
lsp-rust
cc @dfireBird @wyuenho @kiennq
The text was updated successfully, but these errors were encountered: