Closed
Description
LocationLinks still do not work even after 6ee4c89
- Did you upgrade to latest plugin version? - Yes
- Did you upgrade to/compile latest binary?
./languageclient --version
languageclient 0.1.146 f3b2210c19b8ae4186ef66abfd75fd8f0323e955
- (Neovim users only) Did you check output of
:checkhealth LanguageClient
?
health#LanguageClient#check
========================================================================
- OK: binary found: /home/ngor/.nvim/plugged/LanguageClient-neovim/bin/languageclient
- OK: languageclient 0.1.146 f3b2210c19b8ae4186ef66abfd75fd8f0323e955
- OK: Floating window is supported and will be used for hover
Environment
- Minimal vimrc content:
let g:LanguageClient_serverCommands = {
\ 'rust': ['~/.cargo/bin/ra_lsp_server'],
\ }
- Language server link and version:
rust-analyzer
before Send old-style responsed to goto definition unless the client explicitelly opts in rust-lang/rust-analyzer#1511
@matklad,rust-alalyzer
maintainer added support for old style links as a workaround Send old-style responsed to goto definition unless the client explicitelly opts in rust-lang/rust-analyzer#1511
The issue is discussed here
rust-lang/rust-analyzer#1474
To Reproduce
Open any rust code and try jumping to definition or getting symbol's documentation
Current behavior
[LC] Not found!
or just silence
Expected behavior
Jumping to definition and showing documentation
I am interested in helping, but I need some initial hand-holding/directions to get started. I am struggling to come up with a productive dev-testing setup. Any advice is appreciated.
Metadata
Metadata
Assignees
Labels
No labels