emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

`lsp-ui-peek -find-workspace-symbol ` not working #583

Open lebensterben opened 3 years ago

lebensterben commented 3 years ago

I'm using Spacemacs and I found lsp-ui-peek-find-workspace-symbol not working in rust-mode for both rls and rust-analyzer backend.

I haven't tried other major modes but I think this bug is not caused by a particular backend, because both lsp-ui-find-workspace-symbol and helm-lsp-workspace-symbol are working, so certainly the backend can correctly responds to workspace/symbol requests.