ionide / Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
MIT License
163 stars 20 forks source link

Codelens not resolving references, always reports zero. #59

Closed WillEhrendreich closed 1 year ago

WillEhrendreich commented 1 year ago

Zero references reported, when there are references. image To Reproduce have.. a file.. open? sorry, I know that's no help.

Expected behaviour That it would find references, not only within the same file, but from other projects within the solution.

Environment (please complete the following information):

Additional context I'm using Astronvim as my base config. it uses LspInstaller, and lspconfig. I'm using no special config past that.

cannorin commented 1 year ago

Duplicate of https://github.com/ionide/Ionide-vim/issues/43.

But the behaviour is the same if instead I just use fsautocomplete directly with require'lspconfig'.fsautocomplete.setup{} which uses a local install of the latest fsautocomplete.

This means that, we have to either fix neovim or FsAutoComplete to get rid of this. Unfortunately I suspect there is nothing we can do on Ionide-vim's end.